(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

@@ -140,5 +140,6 @@ CommandCallback CcFoundRandomTown;
/* vehicle_gui.cpp */
CommandCallback CcBuildPrimaryVehicle;
CommandCallback CcStartStopVehicle;
#endif /* COMMAND_FUNC_H */