Author: mordante
Date: Wed Apr 18 17:30:44 2007
New Revision: 16901
URL: http://svn.gna.org/viewcvs/wesnoth?rev=16901&view=rev
Log:
disable the some output, will look at it after 1.3.2
Modified:
trunk/src/actions.cpp
Modified: trunk/src/actions.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/actions.cpp?rev=16901&r1=16900&r2=16901&view=diff
==============================================================================
--- trunk/src/actions.cpp (original)
+++ trunk/src/actions.cpp Wed Apr 18 17:30:44 2007
@@ -517,7 +517,8 @@
is_poisoned = utils::string_bool(u.get_state("poisoned"));
is_slowed = utils::string_bool(u.get_state("slowed"));
if(u.hitpoints() < 0) {
- LOG_STREAM(err, config) << "Unit with " << u.hitpoints() << "
hitpoints found, set to 0 for damage calculations\n";
+//FIXME enable after 1.3.2 and find out why this happens -- Mordante
+// LOG_STREAM(err, config) << "Unit with " << u.hitpoints() << "
hitpoints found, set to 0 for damage calculations\n";
hp = 0;
} else {
hp = u.hitpoints();
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits