From e3c89df39888b24038790496a149b9048f2c6f0c Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 24 Apr 2010 20:55:51 +0000 Subject: (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it --- src/command_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command_func.h') diff --git a/src/command_func.h b/src/command_func.h index b7738f4ef..462867a38 100644 --- a/src/command_func.h +++ b/src/command_func.h @@ -140,5 +140,6 @@ CommandCallback CcFoundRandomTown; /* vehicle_gui.cpp */ CommandCallback CcBuildPrimaryVehicle; +CommandCallback CcStartStopVehicle; #endif /* COMMAND_FUNC_H */ -- cgit v1.2.3-54-g00ecf