summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2006-11-17 19:31:44 +0000
committerKUDr <KUDr@openttd.org>2006-11-17 19:31:44 +0000
commitff7e46f37829e8bbc53a5cad6fdb4b507c531577 (patch)
tree9c7682092cc873482f869cd11ccca7d20fe73bc2 /saveload.c
parentfd8dd81b74a065dc201f6a2fc2cde4373340e570 (diff)
downloadopenttd-ff7e46f37829e8bbc53a5cad6fdb4b507c531577.tar.xz
(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'.
(original patch by maedhros, ideas: peter1138, Darkvater, Rubidium, Patrick, Eddi|zuHause, ..)
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 811c85da5..21e537084 100644
--- a/saveload.c
+++ b/saveload.c
@@ -30,7 +30,7 @@
#include "variables.h"
#include <setjmp.h>
-const uint16 SAVEGAME_VERSION = 37;
+const uint16 SAVEGAME_VERSION = 38;
uint16 _sl_version; /// the major savegame version identifier
byte _sl_minor_version; /// the minor savegame version, DO NOT USE!