summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-02-16 16:40:47 +0000
committersmatz <smatz@openttd.org>2008-02-16 16:40:47 +0000
commit058f39fe180bcbe829afa8f3ac377aeb877a41df (patch)
tree43a2c1e1a3b14b24617b84cdf4007ca172fec406 /src/saveload.cpp
parente7173d3ba456c3f3ec0cc69161396cd7410fe248 (diff)
downloadopenttd-058f39fe180bcbe829afa8f3ac377aeb877a41df.tar.xz
(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore
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 57e7c1a4b..2e8378c9c 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -34,7 +34,7 @@
#include "table/strings.h"
-extern const uint16 SAVEGAME_VERSION = 88;
+extern const uint16 SAVEGAME_VERSION = 89;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!