From 926594b599e76886fd877e953036918687418b0c Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Aug 2010 20:48:38 +0000 Subject: (svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands. --- src/command_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_type.h') diff --git a/src/command_type.h b/src/command_type.h index 5d2d892fe..93e149777 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -186,6 +186,7 @@ enum Commands { CMD_FORCE_TRAIN_PROCEED, ///< proceed a train to pass a red signal CMD_REVERSE_TRAIN_DIRECTION, ///< turn a train around + CMD_CLEAR_ORDER_BACKUP, ///< clear the order backup of a given user/tile CMD_MODIFY_ORDER, ///< modify an order (like set full-load) CMD_SKIP_TO_ORDER, ///< skip an order to the next of specific one CMD_DELETE_ORDER, ///< delete an order @@ -242,7 +243,6 @@ enum Commands { CMD_COMPANY_CTRL, ///< used in multiplayer to create a new companies etc. CMD_LEVEL_LAND, ///< level land - CMD_RESTORE_ORDER_INDEX, ///< restore vehicle order-index and service interval CMD_BUILD_LOCK, ///< build a lock CMD_BUILD_SIGNAL_TRACK, ///< add signals along a track (by dragging) -- cgit v1.2.3-54-g00ecf