From fc81a8cbe2e5b5e2cc73116f331c9ca613247e82 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 5 May 2020 16:10:22 +0300 Subject: [PATCH] fixed traffic lights --- src/control/PathFind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?