From 5221f35182beb396615dc8bcd2e902828a83aa65 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 12 Dec 2004 15:43:55 +0000 Subject: (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) --- command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'command.c') 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; -- cgit v1.2.3-54-g00ecf