(svn r1092) Fix: Autorail can be accessed with the 'a' hotkey again
authordominik
Tue, 14 Dec 2004 21:56:01 +0000
changeset 658 ed6a0ea93a6c
parent 657 40a9032b454b
child 659 a98c731921b4
(svn r1092) Fix: Autorail can be accessed with the 'a' hotkey again
main_gui.c
--- a/main_gui.c	Tue Dec 14 20:54:01 2004 +0000
+++ b/main_gui.c	Tue Dec 14 21:56:01 2004 +0000
@@ -2320,7 +2320,7 @@
 
 		// invoke autorail
 		case 'A':
-			ShowBuildRailToolbar(_last_built_railtype, 0);
+			ShowBuildRailToolbar(_last_built_railtype, 4);
 			break;
 
 		case 'L':