summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-07 14:58:43 +0000
committerrubidium <rubidium@openttd.org>2009-01-07 14:58:43 +0000
commitf5b23103d7f73f1b5e5828133f20e8914f7e2a3e (patch)
tree1d38a81e79537c236e726e6db92d13409cf818e3 /src/command.cpp
parent5fcf07f3881b76fcccca7917ad7773ef46a75625 (diff)
downloadopenttd-f5b23103d7f73f1b5e5828133f20e8914f7e2a3e.tar.xz
(svn r14896) -Codechange: remove an unused constant and the related dead code.
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 37834fb66..03a7d3c80 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -517,7 +517,7 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, CommandCallbac
if (!IsGeneratingWorld() &&
_shift_pressed &&
IsLocalCompany() &&
- !(cmd & (CMD_NETWORK_COMMAND | CMD_SHOW_NO_ERROR)) &&
+ !(cmd & CMD_NETWORK_COMMAND) &&
cmd_id != CMD_PAUSE) {
/* estimate the cost. */
SetTownRatingTestMode(true);