Author: alink
Date: Sat Nov  3 19:09:35 2007
New Revision: 21470

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21470&view=rev
Log:
oops, fix bad copy-paste in last commit

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=21470&r1=21469&r2=21470&view=diff
==============================================================================
--- trunk/src/game_display.cpp (original)
+++ trunk/src/game_display.cpp Sat Nov  3 19:09:35 2007
@@ -944,7 +944,7 @@
 
        unit_map::iterator unit;
        for(unit=units_.begin() ; unit != units_.end() ; unit++) {
-               temp_unit_->refresh(*this, temp_unit_loc_);
+               unit->second.refresh(*this, temp_unit_loc_);
                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