oops again, the quick correction of the previous bad copy-paste was incomplete
This commit is contained in:
parent
8dce1a1f03
commit
e536e50b31
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ void game_display::invalidate_animations()
|
|||
|
||||
unit_map::iterator unit;
|
||||
for(unit=units_.begin() ; unit != units_.end() ; unit++) {
|
||||
unit->second.refresh(*this, temp_unit_loc_);
|
||||
unit->second.refresh(*this, unit->first);
|
||||
if (unit->second.get_animation() && unit->second.get_animation()->need_update())
|
||||
invalidate(unit->first);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue