summaryrefslogtreecommitdiff
path: root/ai
diff options
context:
space:
mode:
Diffstat (limited to 'ai')
-rw-r--r--ai/ai.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ai/ai.c b/ai/ai.c
index 8d8962eb7..2177daf1e 100644
--- a/ai/ai.c
+++ b/ai/ai.c
@@ -47,7 +47,6 @@ void AI_DequeueCommands(byte player)
/* Copy the DP back in place */
_cmd_text = com->text;
DoCommandP(com->tile, com->p1, com->p2, NULL, com->procc);
- _cmd_text = NULL;
/* Free item */
entry_com = com->next;