(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows

This commit is contained in:
bjarni
2006-09-26 19:20:35 +00:00
parent d9f18c0cbb
commit 1d554da2fc
6 changed files with 99 additions and 16 deletions

View File

@@ -159,6 +159,7 @@ DEF_COMMAND(CmdRemoveSignalTrack);
DEF_COMMAND(CmdReplaceVehicle);
DEF_COMMAND(CmdCloneVehicle);
DEF_COMMAND(CmdMassStartStopVehicle);
/* The master command table */
@@ -303,6 +304,7 @@ static const Command _command_proc_table[] = {
{CmdChangePatchSetting, CMD_SERVER}, /* 114 */
{CmdReplaceVehicle, 0}, /* 115 */
{CmdCloneVehicle, 0}, /* 116 */
{CmdMassStartStopVehicle, 0}, /* 117 */
};
/* This function range-checks a cmd, and checks if the cmd is not NULL */