made units disappear properly when they die
This commit is contained in:
parent
404c93ad6f
commit
f173278be0
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ void unit_die(display& disp, const gamemap::location& loc, const unit& u)
|
|||
|
||||
disp.update_display();
|
||||
}
|
||||
|
||||
disp.draw_tile(loc.x,loc.y,NULL,0.0);
|
||||
disp.update_display();
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Add table
Reference in a new issue