mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-15 11:14:10 +02:00
fixed traffic lights
This commit is contained in:
@@ -138,7 +138,7 @@ struct CCarPathLink
|
|||||||
int16 pathNodeIndex;
|
int16 pathNodeIndex;
|
||||||
int8 numLeftLanes;
|
int8 numLeftLanes;
|
||||||
int8 numRightLanes;
|
int8 numRightLanes;
|
||||||
int8 trafficLightType;
|
uint8 trafficLightType;
|
||||||
|
|
||||||
uint8 bBridgeLights : 1;
|
uint8 bBridgeLights : 1;
|
||||||
// more?
|
// more?
|
||||||
|
Reference in New Issue
Block a user