From 6b1cb3aaae00d09b81141102ef2f2d17c13dcd10 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 8 Jun 2007 18:59:29 +0000 Subject: (svn r10071) -Feature [FS#828]: moving of orders (skidd13). --- src/command.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 49bfb3291..2b6946852 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -176,6 +176,8 @@ DEF_COMMAND(CmdAddSharedVehicleGroup); DEF_COMMAND(CmdRemoveAllVehiclesGroup); DEF_COMMAND(CmdSetGroupReplaceProtection); +DEF_COMMAND(CmdMoveOrder); + /* The master command table */ static const Command _command_proc_table[] = { {CmdBuildRailroadTrack, 0}, /* 0 */ @@ -328,6 +330,7 @@ static const Command _command_proc_table[] = { {CmdAddSharedVehicleGroup, 0}, /* 124 */ {CmdRemoveAllVehiclesGroup, 0}, /* 125 */ {CmdSetGroupReplaceProtection, 0}, /* 126 */ + {CmdMoveOrder, 0}, /* 127 */ }; /* This function range-checks a cmd, and checks if the cmd is not NULL */ -- cgit v1.2.3-54-g00ecf