Author: alink
Date: Sat Nov  3 19:54:25 2007
New Revision: 21471

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21471&view=rev
Log:
oops again, the quick correction of the previous bad copy-paste was incomplete

Modified:
    trunk/src/game_display.cpp

Modified: trunk/src/game_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_display.cpp?rev=21471&r1=21470&r2=21471&view=diff
==============================================================================
--- trunk/src/game_display.cpp (original)
+++ trunk/src/game_display.cpp Sat Nov  3 19:54:25 2007
@@ -944,7 +944,7 @@
 
        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);
        }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to