diff options
author | yexo <yexo@openttd.org> | 2010-01-28 22:34:14 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-01-28 22:34:14 +0000 |
commit | fa01b25f740d92ffa74de4bc630ca42cdc8046a0 (patch) | |
tree | 2ec72945b9470a3a579f97ea489790e5b9690146 /src/saveload | |
parent | b689e3d6e43f5e5d90d0c2c93059cce5d48459ae (diff) | |
download | openttd-fa01b25f740d92ffa74de4bc630ca42cdc8046a0.tar.xz |
(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft crashes
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/saveload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp index 36759196e..d6b83a794 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -46,7 +46,7 @@ #include "saveload_internal.h" -extern const uint16 SAVEGAME_VERSION = 137; +extern const uint16 SAVEGAME_VERSION = 138; SavegameType _savegame_type; ///< type of savegame we are loading |