Increase maximum value of ticks per minute setting

This commit is contained in:
Jonathan G Rennison
2018-02-26 01:13:22 +00:00
parent 8a4d462d44
commit 9a1a5a9d68
2 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ struct GUISettings {
bool timetable_leftover_ticks; ///< whether to show leftover ticks after converting to minutes/days, in the timetable
bool time_in_minutes; ///< whether to use the hh:mm conversion when printing dates
bool timetable_start_text_entry; ///< whether to enter timetable start times as text (hhmm format)
uint8 ticks_per_minute; ///< how many ticks per minute
uint16 ticks_per_minute; ///< how many ticks per minute
uint8 date_with_time; ///< whether to show the month and year with the time
uint16 clock_offset; ///< clock offset in minutes
bool quick_goto; ///< Allow quick access to 'goto button' in vehicle orders window