summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/command.c b/command.c
index 5b32156a8..981677f35 100644
--- a/command.c
+++ b/command.c
@@ -340,9 +340,7 @@ int32 DoCommand(int x, int y, uint32 p1, uint32 p2, uint32 flags, uint procc)
proc = _command_proc_table[procc].proc;
- if (_docommand_recursive == 0) {
- _error_message = INVALID_STRING_ID;
- }
+ if (_docommand_recursive == 0) _error_message = INVALID_STRING_ID;
_docommand_recursive++;