git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3392 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-12-05 17:04:20 +00:00
parent 240dc2d78d
commit 8b61f282d0
+2 -1
View File
@@ -492,7 +492,8 @@ loadIndices (uio_DirHandle *dir)
for (i = 0; i < indices->numNames; i++)
{
log_add (log_Debug, "Loading resouce index '%s'", indices->names[i]);
log_add (log_Debug, "Loading resource index '%s'",
indices->names[i]);
LoadResourceIndex (dir, indices->names[i], NULL);
numLoaded++;
}