mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 18:09:09 +00:00
(svn r10071) -Feature [FS#828]: moving of orders (skidd13).
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user