(svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries

Based on FS#289, by pitt2
This commit is contained in:
belugas
2007-05-01 17:16:51 +00:00
parent 53485da02c
commit 7de20df379
7 changed files with 25 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
#include <setjmp.h>
#include <list>
extern const uint16 SAVEGAME_VERSION = 57;
extern const uint16 SAVEGAME_VERSION = 58;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!