summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-12 15:43:55 +0000
committertruelight <truelight@openttd.org>2004-12-12 15:43:55 +0000
commit5221f35182beb396615dc8bcd2e902828a83aa65 (patch)
tree05c646c9077442f97c44846fe57d7386599241d6 /command.c
parenta65302dafe0fb74fea058e834aef304273ab6554 (diff)
downloadopenttd-5221f35182beb396615dc8bcd2e902828a83aa65.tar.xz
(svn r1025) -Fix: [Network] [ 1083687 ] Sending to depot caused desync because the
new pathfinder uses a random, and the goto_depot uses the new pathfinder (if enabled)
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/command.c b/command.c
index 394ad6f12..c9bcdb59a 100644
--- a/command.c
+++ b/command.c
@@ -422,7 +422,6 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback,
(cmd & 0xFF) == CMD_CLEAR_AREA ||
(cmd & 0xFF) == CMD_CONVERT_RAIL ||
(cmd & 0xFF) == CMD_LEVEL_LAND ||
- (cmd & 0xFF) == CMD_TRAIN_GOTO_DEPOT ||
(cmd & 0xFF) == CMD_REMOVE_ROAD;
_docommand_recursive = 1;