1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-16 20:11:31 +00:00

Oops, that could've crashed horribly

This commit is contained in:
Alexander "Ace" Olofsson 2012-03-29 17:31:55 +02:00
parent 71cb85dbc4
commit ce38876a74

View file

@ -111,6 +111,7 @@ class DirArchive: public Ogre::FileSystemArchive
found = m.find(folder);
}
if (found != m.end())
current = found->second;
}