aboutsummaryrefslogtreecommitdiffstats
path: root/src/mob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mob.cpp')
-rw-r--r--src/mob.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mob.cpp b/src/mob.cpp
index 798f09a..eba970e 100644
--- a/src/mob.cpp
+++ b/src/mob.cpp
@@ -301,8 +301,8 @@ bool Bird::bindTex(void)
void Bird::createFromXML(XMLElement *e, World *w=nullptr)
{
(void)w;
- float Xlocx, Xhealth;
-
+ float Xlocx;
+
xmle = e;
if (e->QueryFloatAttribute("x", &Xlocx) == XML_NO_ERROR)