diff options
Diffstat (limited to '')
-rw-r--r-- | gui/resources.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/resources.cpp b/gui/resources.cpp index 4fce0ca44..5f3923d10 100644 --- a/gui/resources.cpp +++ b/gui/resources.cpp @@ -247,7 +247,6 @@ void ResourceManager::LoadResources(xml_node<>* resList, ZipArchive* pZip) if (!resList) return; - child = resList->first_node("resource"); while (child != NULL) { |