diff src/command.cpp @ 6832:17319fb8c1c3 draft

(svn r10071) -Feature [FS#828]: moving of orders (skidd13).
author rubidium <rubidium@openttd.org>
date Fri, 08 Jun 2007 18:59:29 +0000
parents 4449e9d10ee5
children fd42cb9816c6
line wrap: on
line diff
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -176,6 +176,8 @@
 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 @@
 	{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 */