(svn r1092) Fix: Autorail can be accessed with the 'a' hotkey again

pull/155/head
dominik 20 years ago
parent b3c7d7f3bd
commit bc13fd26d5

@ -2320,7 +2320,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
// invoke autorail
case 'A':
ShowBuildRailToolbar(_last_built_railtype, 0);
ShowBuildRailToolbar(_last_built_railtype, 4);
break;
case 'L':

Loading…
Cancel
Save