From fafe33cdd2dfe8252501c7a7b824f8c36dd3c3a3 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 15 Aug 2007 00:49:34 +0000 Subject: (svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries --- src/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload.cpp') diff --git a/src/saveload.cpp b/src/saveload.cpp index 105be14d9..535b5c9ef 100644 --- a/src/saveload.cpp +++ b/src/saveload.cpp @@ -30,7 +30,7 @@ #include #include -extern const uint16 SAVEGAME_VERSION = 72; +extern const uint16 SAVEGAME_VERSION = 73; uint16 _sl_version; ///< the major savegame version identifier byte _sl_minor_version; ///< the minor savegame version, DO NOT USE! -- cgit v1.2.3-54-g00ecf