(svn r3589) - Rename u.road.unk2 to u.road.blocked_ctr

This commit is contained in:
peter1138
2006-02-11 10:45:20 +00:00
parent f9b4537228
commit 30429dc4fb
4 changed files with 6 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ typedef struct VehicleAir {
typedef struct VehicleRoad {
byte state;
byte frame;
uint16 unk2;
uint16 blocked_ctr;
byte overtaking;
byte overtaking_ctr;
uint16 crashed_ctr;