Forgot to redraw the minimap (after WML kills a unit).

This commit is contained in:
J. Tyne 2012-05-11 22:31:47 +00:00
parent 63025c72c3
commit 95f83b148a

View file

@ -2182,6 +2182,7 @@ WML_HANDLER_FUNCTION(kill, event_info, cfg)
if ( iun != resources::units->end() && iun.valid() )
iun->invalidate(loc);
}
resources::screen->redraw_minimap();
if (fire_event) {
game_events::fire("die", death_loc, killer_loc);