(svn r9791) -Fix (r9779, FS#766): add TownLayoutByte to correctly save town layout value

This commit is contained in:
glx
2007-05-05 23:21:49 +00:00
parent 74bf87dd82
commit 41bbc5c990
2 changed files with 6 additions and 1 deletions

View File

@@ -232,7 +232,7 @@ struct Patches {
bool pause_on_newgame; ///< Whether to start new games paused or not.
TownLayout town_layout; ///< Select town layout
TownLayoutByte town_layout; ///< Select town layout
};
VARDEF Patches _patches;