summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-02 01:17:11 +0000
committerrubidium <rubidium@openttd.org>2007-03-02 01:17:11 +0000
commit5b4b9cbd5c185ac5a5de1ffba40fa3d6f51c3882 (patch)
treeb045a4c93b01abf5447be66d16bd305c4e9dcb4f /src/saveload.cpp
parentf414b1d8e2077cd8bc3fb788345acd446acd0571 (diff)
downloadopenttd-5b4b9cbd5c185ac5a5de1ffba40fa3d6f51c3882.tar.xz
(svn r8969) -Codechange: rework of the player face bits.
- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer - replace tons of ifs/switches/magic numbers by table lookups
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 c0b4473e3..7874b4475 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -28,7 +28,7 @@
#include "variables.h"
#include <setjmp.h>
-extern const uint16 SAVEGAME_VERSION = 48;
+extern const uint16 SAVEGAME_VERSION = 49;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!