@@ -137,7 +137,7 @@ int32 AI_DoCommandChecked(uint tile, uin
res = AI_DoCommand(tile, p1, p2, flags & ~DC_EXEC, procc);
if (CmdFailed(res))
return -1;
return CMD_ERROR;
/* Save the command and his things, together with the unique_id */
new = malloc(sizeof(AICommand));
Status change: