src/vehicle.cpp
branchNewGRF_ports
changeset 6758 1545d187ab64
parent 6743 cabfaa4a0295
child 6800 6c09e1e86fcb
--- a/src/vehicle.cpp	Sun Aug 05 17:30:37 2007 +0000
+++ b/src/vehicle.cpp	Sun Aug 05 23:06:58 2007 +0000
@@ -3018,6 +3018,8 @@
 
 	SLE_CONDVARX(cpp_offsetof(Vehicle, u) + cpp_offsetof(VehicleAir, previous_pos),    SLE_UINT8,                 2, SL_MAX_VERSION),
 
+	SLE_CONDARRX(cpp_offsetof(Vehicle, u) + cpp_offsetof(VehicleAir, owned_blocks),    SLE_UINT64, 2,            73, SL_MAX_VERSION),
+
 	/* reserve extra space in savegame here. (currently 15 bytes) */
 	SLE_CONDNULL(15,                                                                                      2, SL_MAX_VERSION),