summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-09 08:49:40 +0000
committercelestar <celestar@openttd.org>2005-01-09 08:49:40 +0000
commite17a8989cf87ee7b94199873429b238e9c0c8d62 (patch)
treebb721cddb60cfba5c5be705c3ef5a06382d8bbb8 /saveload.c
parent13dda253341dda556ce063e49ac97b6e6b8f1abf (diff)
downloadopenttd-e17a8989cf87ee7b94199873429b238e9c0c8d62.tar.xz
(svn r1440) -Feature: Allows more flexible airport layouts now, as the number of
terminals in every group can be freely chosen -Codechange: AT_OILRIG is now 15, so that new airports can be added easily.
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c
index 328ac91be..bfba0ff7b 100644
--- a/saveload.c
+++ b/saveload.c
@@ -8,7 +8,7 @@
enum {
SAVEGAME_MAJOR_VERSION = 5,
- SAVEGAME_MINOR_VERSION = 0,
+ SAVEGAME_MINOR_VERSION = 1,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION
};