(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
authortruelight
Sat, 10 Dec 2005 18:47:40 +0000
changeset 2739 6a2caa243d5c
parent 2738 01590c341f54
child 2740 4f48b7ad85ba
(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
ai/ai.c
--- a/ai/ai.c	Sat Dec 10 18:43:49 2005 +0000
+++ b/ai/ai.c	Sat Dec 10 18:47:40 2005 +0000
@@ -47,7 +47,6 @@
 		/* 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;