aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index 2d9de76..f59b462 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -133,10 +133,10 @@ void Entity::die(void)
alive = false;
health = 0;
- if (xmle) {
+ /*if (xmle) {
xmle->SetAttribute("alive", false);
currentXMLDoc.SaveFile(currentXML.c_str(), false);
- }
+ }*/
}
bool Entity::isAlive(void) const