diff options
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h index 4277f5111..a45ef3e6e 100644 --- a/src/variables.h +++ b/src/variables.h @@ -235,6 +235,9 @@ struct Patches { bool pause_on_newgame; ///< Whether to start new games paused or not. TownLayoutByte town_layout; ///< Select town layout + + bool timetabling; ///< Whether to allow timetabling. + bool timetable_in_ticks; ///< Whether to show the timetable in ticks rather than days. }; VARDEF Patches _patches; |