diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-05 15:10:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 15:10:22 +0200 |
commit | fc81a8cbe2e5b5e2cc73116f331c9ca613247e82 (patch) | |
tree | bf009e9c970a28aae904f4c5d16c0677504b49e1 | |
parent | Add GXT util (diff) | |
download | re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.tar re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.tar.gz re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.tar.bz2 re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.tar.lz re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.tar.xz re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.tar.zst re3-fc81a8cbe2e5b5e2cc73116f331c9ca613247e82.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/PathFind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h index a4bb02a2..d2799f87 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -138,7 +138,7 @@ struct CCarPathLink int16 pathNodeIndex; int8 numLeftLanes; int8 numRightLanes; - int8 trafficLightType; + uint8 trafficLightType; uint8 bBridgeLights : 1; // more? |