summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-19 23:55:34 +0000
committerrubidium <rubidium@openttd.org>2008-11-19 23:55:34 +0000
commita1853ea27c447c7320bd2669e187365f85c8f7aa (patch)
treeb6bd0fe6e7878375d317df4be1eba41cde3bac48 /src/saveload.cpp
parente80a222d3154afdb9acc99afdf6008d6b30480c1 (diff)
downloadopenttd-a1853ea27c447c7320bd2669e187365f85c8f7aa.tar.xz
(svn r14598) -Feature: Action0Industries property 24 (industry suuplies default name for nearby station).
Diffstat (limited to 'src/saveload.cpp')
-rw-r--r--src/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload.cpp b/src/saveload.cpp
index ce48465ca..ac441ffba 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -37,7 +37,7 @@
#include "table/strings.h"
-extern const uint16 SAVEGAME_VERSION = 102;
+extern const uint16 SAVEGAME_VERSION = 103;
SavegameType _savegame_type; ///< type of savegame we are loading