diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-24 08:26:45 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-24 08:26:45 -0400 |
commit | 56d34b56e82821797bc97be7e36138057109f87e (patch) | |
tree | 7a97a6266ab8fbb0cc8f8cb2fa21cb05935e9413 /src/mob.cpp | |
parent | 3aba33395caa3fec0ea8c96d988489efc04e25e7 (diff) |
xml story writing stuff
Diffstat (limited to 'src/mob.cpp')
-rw-r--r-- | src/mob.cpp | 4 |
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) |