(svn r3176) Use proper types, not some variants of int

This commit is contained in:
tron
2005-11-13 21:16:34 +00:00
parent 39ba8235b2
commit b34de09e62
7 changed files with 13 additions and 11 deletions

View File

@@ -240,7 +240,7 @@ struct Vehicle {
int32 top_coord;
int32 right_coord;
int32 bottom_coord;
uint16 next_hash;
VehicleID next_hash;
// Related to age and service time
uint16 age; // Age in days