summaryrefslogtreecommitdiff
path: root/rail_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-07 16:34:16 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-07 16:34:16 +0000
commite12003b1a5a06be36efaf6a43265421ba0202fd6 (patch)
treed939e331b8191da6430e4077d422430e648751b2 /rail_gui.c
parentadd861333d505ed93748b8daabfb6e3bf2e1e5e0 (diff)
downloadopenttd-e12003b1a5a06be36efaf6a43265421ba0202fd6.tar.xz
(svn r4775) - Newstations: allow clicking on any part of the station class dropdown to bring up the list, instead of just the button (thanks tron)
Diffstat (limited to 'rail_gui.c')
-rw-r--r--rail_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rail_gui.c b/rail_gui.c
index 9496900e8..26d556be0 100644
--- a/rail_gui.c
+++ b/rail_gui.c
@@ -755,6 +755,7 @@ static void StationBuildWndProc(Window *w, WindowEvent *e)
SetWindowDirty(w);
break;
+ case 22:
case 23:
ShowDropDownMenu(w, BuildStationClassDropdown(), _railstation.station_class, 23, 0, 1 << STAT_CLASS_WAYP);
break;