summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-01-18 15:05:01 +0000
committerbjarni <bjarni@openttd.org>2006-01-18 15:05:01 +0000
commita4d1725de75f43b30df61b36185722d8edc9642d (patch)
tree2589f397d6cadd825e634a774f30c2fd7055752c /saveload.c
parent2b31f5fe7e19e529c80e534ac47f66dc97e5c7fb (diff)
downloadopenttd-a4d1725de75f43b30df61b36185722d8edc9642d.tar.xz
(svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved
instead the pointers are generated on load
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 fb141cc91..386233160 100644
--- a/saveload.c
+++ b/saveload.c
@@ -29,7 +29,7 @@
#include <setjmp.h>
enum {
- SAVEGAME_VERSION = 19,
+ SAVEGAME_VERSION = 20,
};