diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:06:03 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:06:03 +0000 |
commit | 0e5fa8d195967ca4650967c7be1f54328a207253 (patch) | |
tree | 9adfc936d14814136c897310fb7b394a6751b929 /src | |
parent | 741c431caa59670bbe53740cc8a864992ce1bbd2 (diff) | |
download | openttd-0e5fa8d195967ca4650967c7be1f54328a207253.tar.xz |
(svn r25363) -Codechange: bump the savegame version for cargodist
Diffstat (limited to 'src')
-rw-r--r-- | src/saveload/saveload.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp index 67914499f..7b7d0342c 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -248,8 +248,9 @@ * 180 24998 1.3.x * 181 25012 * 182 25296 + * 183 25363 */ -extern const uint16 SAVEGAME_VERSION = 182; ///< Current savegame version of OpenTTD. +extern const uint16 SAVEGAME_VERSION = 183; ///< Current savegame version of OpenTTD. SavegameType _savegame_type; ///< type of savegame we are loading |