From 6684bc12d575265d5db59387cdc33dffb602303b Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 26 Jul 2008 16:14:10 +0000 Subject: (svn r13838) -Codechange: Make industry tiles aware of WaterClasses. --- src/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload.cpp') diff --git a/src/saveload.cpp b/src/saveload.cpp index dd0824582..640ebcc7f 100644 --- a/src/saveload.cpp +++ b/src/saveload.cpp @@ -36,7 +36,7 @@ #include "table/strings.h" -extern const uint16 SAVEGAME_VERSION = 98; +extern const uint16 SAVEGAME_VERSION = 99; SavegameType _savegame_type; ///< type of savegame we are loading -- cgit v1.2.3-54-g00ecf