diff options
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 2 |
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; |