summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-13 21:16:34 +0000
committertron <tron@openttd.org>2005-11-13 21:16:34 +0000
commit357aba747578ecd3b8cc1a29bc740634211ada37 (patch)
treed66fcca83a94bececa75c9b65acbde8161e9e4be /vehicle.h
parenteeade6978653e60e587f132f44b8d370244cc7bd (diff)
downloadopenttd-357aba747578ecd3b8cc1a29bc740634211ada37.tar.xz
(svn r3176) Use proper types, not some variants of int
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.h b/vehicle.h
index 4b6d3ce3f..ca8c4399f 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -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