1
0
Fork 0

(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)

release/0.4.5
truelight 2005-12-10 18:47:40 +00:00
parent ba7cc8e190
commit 0de260182b
1 changed files with 0 additions and 1 deletions

View File

@ -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;