Oops, that could've crashed horribly

actorid
Alexander "Ace" Olofsson 13 years ago
parent 71cb85dbc4
commit ce38876a74

@ -111,7 +111,8 @@ class DirArchive: public Ogre::FileSystemArchive
found = m.find(folder);
}
current = found->second;
if (found != m.end())
current = found->second;
}
mrComparer comp(delimiter, copy.size() - delimiter-1);

Loading…
Cancel
Save