(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it

This commit is contained in:
smatz
2010-04-24 20:55:51 +00:00
parent b786ea01f0
commit 691261674a
8 changed files with 42 additions and 7 deletions

View File

@@ -509,7 +509,7 @@ struct DepotWindow : Window {
break;
case MODE_START_STOP: // click start/stop flag
StartStopVehicle(v);
StartStopVehicle(v, false);
break;
default: NOT_REACHED();