diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp index b09d43318..e65b8a4b2 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -549,7 +549,6 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback, * estimate the cost of cloning a vehicle. */ notest = (cmd & 0xFF) == CMD_CLEAR_AREA || - (cmd & 0xFF) == CMD_CONVERT_RAIL || (cmd & 0xFF) == CMD_LEVEL_LAND || (cmd & 0xFF) == CMD_REMOVE_ROAD || (cmd & 0xFF) == CMD_REMOVE_LONG_ROAD || |