From cf0118ee63603132dc1d08d7f7e800b26e53fc97 Mon Sep 17 00:00:00 2001 From: maedhros Date: Wed, 20 Jun 2007 19:17:22 +0000 Subject: (svn r10236) -Feature: Introduce a form of timetabling for vehicles. --- src/settings_gui.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index bb0a25e43..000d50f2c 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -652,6 +652,7 @@ static const char *_patches_ui[] = { "scrollwheel_multiplier", "pause_on_newgame", "advanced_vehicle_list", + "timetable_in_ticks", }; static const char *_patches_construction[] = { @@ -735,6 +736,7 @@ static const char *_patches_vehicles[] = { "wagon_speed_limits", "disable_elrails", "freight_trains", + "timetabling", }; struct PatchEntry { @@ -977,7 +979,7 @@ static const Widget _patches_selection_widgets[] = { { WWT_CLOSEBOX, RESIZE_NONE, 10, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, { WWT_CAPTION, RESIZE_NONE, 10, 11, 369, 0, 13, STR_CONFIG_PATCHES_CAPTION, STR_018C_WINDOW_TITLE_DRAG_THIS}, { WWT_PANEL, RESIZE_NONE, 10, 0, 369, 14, 41, 0x0, STR_NULL}, -{ WWT_PANEL, RESIZE_NONE, 10, 0, 369, 42, 370, 0x0, STR_NULL}, +{ WWT_PANEL, RESIZE_NONE, 10, 0, 369, 42, 380, 0x0, STR_NULL}, { WWT_TEXTBTN, RESIZE_NONE, 3, 10, 96, 16, 27, STR_CONFIG_PATCHES_GUI, STR_NULL}, { WWT_TEXTBTN, RESIZE_NONE, 3, 97, 183, 16, 27, STR_CONFIG_PATCHES_CONSTRUCTION, STR_NULL}, @@ -989,7 +991,7 @@ static const Widget _patches_selection_widgets[] = { }; static const WindowDesc _patches_selection_desc = { - WDP_CENTER, WDP_CENTER, 370, 371, + WDP_CENTER, WDP_CENTER, 370, 381, WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _patches_selection_widgets, -- cgit v1.2.3-54-g00ecf