From af1531db4a742eb77cf5a633dd7f0af68ce97028 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 10 Dec 2005 18:47:40 +0000 Subject: (svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron) --- ai/ai.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ai') 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; -- cgit v1.2.3-54-g00ecf