Thanks to _that, return null if vector is empty

Change-Id: Idc44455dd0c971c876ae283528c4367a82e145bd
This commit is contained in:
bigbiff
2014-11-15 21:07:22 -05:00
parent 4eca40d7d8
commit 85939e5a1b
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -247,7 +247,6 @@ void ResourceManager::LoadResources(xml_node<>* resList, ZipArchive* pZip)
if (!resList)
return;
child = resList->first_node("resource");
while (child != NULL)
{