summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-21 09:27:47 +0000
committerrubidium <rubidium@openttd.org>2008-04-21 09:27:47 +0000
commit2a779a5e100be9133e21b5645d90d0d390af9ecd (patch)
treecce32b17c86c6818b777e7eabdab224465b1a26d /src/saveload.cpp
parentcea98ea0e64b31ebf77c31cc6e6fc4f152e12e28 (diff)
downloadopenttd-2a779a5e100be9133e21b5645d90d0d390af9ecd.tar.xz
(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
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 85e9a7ae4..02df1aa79 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -34,7 +34,7 @@
#include "table/strings.h"
-extern const uint16 SAVEGAME_VERSION = 93;
+extern const uint16 SAVEGAME_VERSION = 94;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!