mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
fixed traffic lights
This commit is contained in:
parent
3a536f18b1
commit
fc81a8cbe2
@ -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?
|
||||||
|
Loading…
Reference in New Issue
Block a user