From ff14665f6ebde59e8ef17d8f0e06e2d3e5aefd65 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 30 Sep 2007 17:38:42 +0000 Subject: (svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic). -Feature: possibility to disable exclusive rights and giving money. Both by skidd13. --- 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 623f9a9c8..7782178c8 100644 --- a/src/saveload.cpp +++ b/src/saveload.cpp @@ -29,7 +29,7 @@ #include "strings.h" #include -extern const uint16 SAVEGAME_VERSION = 78; +extern const uint16 SAVEGAME_VERSION = 79; 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