mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r1092) Fix: Autorail can be accessed with the 'a' hotkey again
This commit is contained in:
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…
Reference in New Issue
Block a user