From bd2b67c0d1511a0068dfa3caf90a784fdf6fd3f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Feb 2015 17:51:56 +0300 Subject: Dont show some useless errors while loading themes. --- src/resources/db/mapdb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/db/mapdb.cpp') diff --git a/src/resources/db/mapdb.cpp b/src/resources/db/mapdb.cpp index 1a419bf9d..73a4a9905 100644 --- a/src/resources/db/mapdb.cpp +++ b/src/resources/db/mapdb.cpp @@ -59,7 +59,7 @@ void MapDB::load() void MapDB::loadRemapXmlFile(const std::string &fileName) { - XML::Document *const doc = new XML::Document(fileName, true); + XML::Document *const doc = new XML::Document(fileName, true, false); const XmlNodePtrConst root = doc->rootNode(); if (!root) @@ -140,7 +140,7 @@ void MapDB::readAtlas(XmlNodePtrConst node) void MapDB::loadInfo(const std::string &fileName) { - XML::Document *doc = new XML::Document(fileName, true); + XML::Document *doc = new XML::Document(fileName, true, false); const XmlNodePtrConst root = doc->rootNode(); if (!root) { -- cgit v1.2.3-60-g2f50