Changeset - r2739:11bb3ebf0447
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2005-12-10 18:47:40
truelight@openttd.org
(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ai/ai.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)