fix bug 9048 (status bar not refreshed after healing)

This commit is contained in:
Jérémy Rosen 2007-11-17 07:53:13 +00:00
parent 8616624957
commit 0956f0620c

View file

@ -1552,6 +1552,7 @@ void calculate_healing(game_display& disp, const gamemap& map,
i->second.heal(healing);
else if (healing < 0)
i->second.take_hit(-healing);
disp.invalidate_unit();
}
}