aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-07-02 09:58:12 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-07-02 09:58:12 -0400
commit6f13e748c526576198d197ad194f4c1d8fdadec0 (patch)
treee3f0d95544eb7e2e5125e739b2c73574d2e47fe0 /src/entities.cpp
parent40e0c5d15ee6cd24bdc305e40ae6895aca18e669 (diff)
new xml, wip quest menu
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index e49d0ca..53d3aca 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -711,7 +711,7 @@ COMMONAIFUNC:
goto COMMONAIFUNC;
}
}
- } while((oxml = oxml->NextSiblingElement()));
+ } while((oxml = oxml->NextSiblingElement("quest")));
}
// handle give tags
@@ -743,6 +743,7 @@ COMMONAIFUNC:
}
// asdlfkj
+
auto txml = exml->FirstChildElement("content");
if (txml == nullptr)
goto OTHERSTUFF;