(svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected.
--- 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),