diff options
| author | Kris Parker | 2009-11-28 02:08:12 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-28 02:08:12 +0000 |
| commit | 5d27c5a45d8e80a78ea54891fc7a8b06b191a96b (patch) | |
| tree | bc2375f322f51bbf5e5ed4fd5ef4b3c8d689306b /ContentBuildingReader.cpp | |
| parent | 508a1822eacffebd200e737f60a9670dd769638d (diff) | |
| download | stonesense-5d27c5a45d8e80a78ea54891fc7a8b06b191a96b.tar.gz stonesense-5d27c5a45d8e80a78ea54891fc7a8b06b191a96b.tar.bz2 stonesense-5d27c5a45d8e80a78ea54891fc7a8b06b191a96b.tar.xz | |
Some additional messages to cope with areas that dont have access to the xml nodes
Diffstat (limited to 'ContentBuildingReader.cpp')
| -rw-r--r-- | ContentBuildingReader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ContentBuildingReader.cpp b/ContentBuildingReader.cpp index 0e73f92..b0bd344 100644 --- a/ContentBuildingReader.cpp +++ b/ContentBuildingReader.cpp @@ -120,6 +120,7 @@ int parseConditionNode(ConditionalNode* node, TiXmlElement* elemCondition, bool {
if (!node->addCondition( cond ))
{
+ contentError("Unable to add subcondition",elemCondition);
delete(cond);
return 0;
}
|
