summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-05 15:10:22 +0200
committerGitHub <noreply@github.com>2020-05-05 15:10:22 +0200
commitfc81a8cbe2e5b5e2cc73116f331c9ca613247e82 (patch)
treebf009e9c970a28aae904f4c5d16c0677504b49e1
parentAdd GXT util (diff)
downloadre3-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
-rw-r--r--src/control/PathFind.h2
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?