summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-22 16:54:55 +0000
committerdominik <dominik@openttd.org>2004-12-22 16:54:55 +0000
commitb7f71b026d0da7cadb4db0ab674e0e2908227bce (patch)
tree185e746f2a0c7915cb636b6cc2d0c25d916eab2c /saveload.c
parent5c7decc27d7cf3aabbcff5172e67602c789a6db5 (diff)
downloadopenttd-b7f71b026d0da7cadb4db0ab674e0e2908227bce.tar.xz
(svn r1222) Currency cleanup. Changed some currency symbols according to forum suggestions (thx ChrisCF) and rearranged the currencies alphabetically (except for the major ones).
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 b85eb9525..fc20194a0 100644
--- a/saveload.c
+++ b/saveload.c
@@ -9,7 +9,7 @@
enum {
SAVEGAME_MAJOR_VERSION = 4,
- SAVEGAME_MINOR_VERSION = 1,
+ SAVEGAME_MINOR_VERSION = 2,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION
};