summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vehicle.h b/vehicle.h
index bceeff763..59dbaf62e 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -178,7 +178,10 @@ struct Vehicle {
// Boundaries for the current position in the world and a next hash link.
// NOSAVE: All of those can be updated with VehiclePositionChanged()
- int16 left_coord, top_coord, right_coord, bottom_coord;
+ int32 left_coord;
+ int32 top_coord;
+ int32 right_coord;
+ int32 bottom_coord;
uint16 next_hash;
// Related to age and service time