mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Oops, that could've crashed horribly
This commit is contained in:
parent
71cb85dbc4
commit
ce38876a74
@ -111,7 +111,8 @@ class DirArchive: public Ogre::FileSystemArchive
|
|||||||
found = m.find(folder);
|
found = m.find(folder);
|
||||||
}
|
}
|
||||||
|
|
||||||
current = found->second;
|
if (found != m.end())
|
||||||
|
current = found->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
mrComparer comp(delimiter, copy.size() - delimiter-1);
|
mrComparer comp(delimiter, copy.size() - delimiter-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user