wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src unit_display.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src unit_display.cpp
Date: Sun, 29 Aug 2004 22:08:11 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    04/08/30 02:03:07

Modified files:
        src            : unit_display.cpp 

Log message:
        made units disappear properly when they die

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/unit_display.cpp.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: wesnoth/src/unit_display.cpp
diff -u wesnoth/src/unit_display.cpp:1.28 wesnoth/src/unit_display.cpp:1.29
--- wesnoth/src/unit_display.cpp:1.28   Sat Aug 28 21:16:17 2004
+++ wesnoth/src/unit_display.cpp        Mon Aug 30 02:03:07 2004
@@ -225,6 +225,9 @@
 
                disp.update_display();
        }
+
+       disp.draw_tile(loc.x,loc.y,NULL,0.0);
+       disp.update_display();
 }
 
 namespace {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]