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

This commit is contained in:
dominik 2004-12-14 21:56:01 +00:00
parent af9dc1f817
commit 6cb53e7d34
1 changed files with 1 additions and 1 deletions

View File

@ -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':