summaryrefslogtreecommitdiff
path: root/src/rail_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-12-08 20:21:39 +0000
committerfrosch <frosch@openttd.org>2016-12-08 20:21:39 +0000
commitad43465c31dc9c0ece2add0eb21c813253ee2f4a (patch)
treec0ccd83521b1e0de16144833bed8a4b865b7a94d /src/rail_gui.h
parent58fdd3ac984c3e6370a7bb4c37fc6c33ac7ab080 (diff)
downloadopenttd-ad43465c31dc9c0ece2add0eb21c813253ee2f4a.tar.xz
(svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not filter it by railtype by default.
Diffstat (limited to 'src/rail_gui.h')
-rw-r--r--src/rail_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail_gui.h b/src/rail_gui.h
index f51e8aa27..e7a03b912 100644
--- a/src/rail_gui.h
+++ b/src/rail_gui.h
@@ -19,6 +19,6 @@ struct Window *ShowBuildRailToolbar(RailType railtype);
void ReinitGuiAfterToggleElrail(bool disable);
bool ResetSignalVariant(int32 = 0);
void InitializeRailGUI();
-DropDownList *GetRailTypeDropDownList(bool for_replacement = false);
+DropDownList *GetRailTypeDropDownList(bool for_replacement = false, bool all_option = false);
#endif /* RAIL_GUI_H */