summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-05-05 23:21:49 +0000
committerglx <glx@openttd.org>2007-05-05 23:21:49 +0000
commitc67f068a84a5060970e325ffd34ca20ce6f7144b (patch)
treedc43325663d79d4ee8f57e7190857994a968493c /src/variables.h
parent9adf583122df5bf2b483df6cc621f8ade1dc3e26 (diff)
downloadopenttd-c67f068a84a5060970e325ffd34ca20ce6f7144b.tar.xz
(svn r9791) -Fix (r9779, FS#766): add TownLayoutByte to correctly save town layout value
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variables.h b/src/variables.h
index 2c32aa7a7..302ba4bb8 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -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;