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
commita5394567ae77486e55ed6e19f60c4e4dc1faabda (patch)
treed939e331b8191da6430e4077d422430e648751b2 /rail_gui.c
parent6cac8ed67456a72749274e32db814abf76a10fa6 (diff)
downloadopenttd-a5394567ae77486e55ed6e19f60c4e4dc1faabda.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;