fixed traffic lights

This commit is contained in:
Nikolay Korolev 2020-05-05 16:10:22 +03:00 committed by GitHub
parent 3a536f18b1
commit fc81a8cbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ struct CCarPathLink
int16 pathNodeIndex;
int8 numLeftLanes;
int8 numRightLanes;
int8 trafficLightType;
uint8 trafficLightType;
uint8 bBridgeLights : 1;
// more?