mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Oops, that could've crashed horribly
This commit is contained in:
parent
71cb85dbc4
commit
ce38876a74
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue