(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.

This commit is contained in:
rubidium
2007-12-07 21:14:54 +00:00
parent c21f588a14
commit cbb2d39860
6 changed files with 42 additions and 11 deletions

View File

@@ -29,7 +29,7 @@
#include "strings.h"
#include <list>
extern const uint16 SAVEGAME_VERSION = 82;
extern const uint16 SAVEGAME_VERSION = 83;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!