1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 06:59:10 +00:00

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

This commit is contained in:
truelight
2005-12-10 18:47:40 +00:00
parent ba7cc8e190
commit 0de260182b

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;