summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-05-01 17:16:51 +0000
committerbelugas <belugas@openttd.org>2007-05-01 17:16:51 +0000
commit9b7a615887ea3c38113035dee72462441fae4ac3 (patch)
treebf93bc8357cca9a06087d150d441d6b6b9113a71 /src/saveload.cpp
parentf25a168c98ff5178f746dcf62f25c073dfbfd043 (diff)
downloadopenttd-9b7a615887ea3c38113035dee72462441fae4ac3.tar.xz
(svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries
Based on FS#289, by pitt2
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 fd6f1f979..a53d1150e 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -29,7 +29,7 @@
#include <setjmp.h>
#include <list>
-extern const uint16 SAVEGAME_VERSION = 57;
+extern const uint16 SAVEGAME_VERSION = 58;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!