From c298719c4eaff2fc2bfffcc61bb690df9de96b92 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sun, 1 Mar 2009 22:27:28 +0000 Subject: [PATCH] Per Dragonking's suggestion, remove the FIXME message... ...and treat the case of "unit dies after executing its formula" as a normal one. --- src/formula_ai.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/formula_ai.cpp b/src/formula_ai.cpp index 88b22f3dd7c..57cd085523c 100644 --- a/src/formula_ai.cpp +++ b/src/formula_ai.cpp @@ -1431,9 +1431,6 @@ void formula_ai::play_turn() } } } - else { - ERR_AI << "FIXME: unit iterator invalidated after make_move()!\n"; - } } }