CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 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 {