Per Dragonking's suggestion, remove the FIXME message...

...and treat the case of "unit dies after executing its formula" as a
normal one.
This commit is contained in:
Ignacio R. Morelle 2009-03-01 22:27:28 +00:00
parent 89f8d3e355
commit c298719c4e

View File

@ -1431,9 +1431,6 @@ void formula_ai::play_turn()
}
}
}
else {
ERR_AI << "FIXME: unit iterator invalidated after make_move()!\n";
}
}
}