forked from mirror/OpenTTD
(svn r1092) Fix: Autorail can be accessed with the 'a' hotkey again
This commit is contained in:
@@ -2320,7 +2320,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
|
|||||||
|
|
||||||
// invoke autorail
|
// invoke autorail
|
||||||
case 'A':
|
case 'A':
|
||||||
ShowBuildRailToolbar(_last_built_railtype, 0);
|
ShowBuildRailToolbar(_last_built_railtype, 4);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'L':
|
case 'L':
|
||||||
|
Reference in New Issue
Block a user