summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-08-15 00:49:34 +0000
committerbelugas <belugas@openttd.org>2007-08-15 00:49:34 +0000
commitf48e05ec73ce64006d1d88b54597e48e748e2554 (patch)
tree3db01e63b9e6b1620a1c3f32e99f699aeea710e0 /src/saveload.cpp
parent88479868d5d24f546182b92b2aa67574731da18c (diff)
downloadopenttd-f48e05ec73ce64006d1d88b54597e48e748e2554.tar.xz
(svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries
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 105be14d9..535b5c9ef 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -30,7 +30,7 @@
#include <setjmp.h>
#include <list>
-extern const uint16 SAVEGAME_VERSION = 72;
+extern const uint16 SAVEGAME_VERSION = 73;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!