(svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected. NewGRF_ports
authorrichk
Wed, 08 Aug 2007 02:09:50 +0000
branchNewGRF_ports
changeset 6772 e51582d405e1
parent 6771 5bb52a8ad34e
child 6773 1561fc957d15
(svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected.
src/saveload.cpp
src/station_cmd.cpp
--- a/src/saveload.cpp	Wed Aug 08 01:56:10 2007 +0000
+++ b/src/saveload.cpp	Wed Aug 08 02:09:50 2007 +0000
@@ -30,7 +30,7 @@
 #include <setjmp.h>
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 73;
+extern const uint16 SAVEGAME_VERSION = 74;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
 
--- a/src/station_cmd.cpp	Wed Aug 08 01:56:10 2007 +0000
+++ b/src/station_cmd.cpp	Wed Aug 08 02:09:50 2007 +0000
@@ -3076,6 +3076,7 @@
 	SLE_CONDVAR(Station, num_fsmportsspecs,          SLE_UINT8,                  73, SL_MAX_VERSION),
 	SLE_CONDVAR(Station, FSMport_layout_set,         SLE_UINT8,                  73, SL_MAX_VERSION),
 	SLE_CONDVAR(Station, FSMport_orientation,        SLE_UINT8,                  73, SL_MAX_VERSION),
+	SLE_CONDVAR(Station, FSMport_flood_protected,    SLE_BOOL,                   74, SL_MAX_VERSION),
 
 	SLE_CONDLST(Station, loading_vehicles,           REF_VEHICLE,                57, SL_MAX_VERSION),