mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 04:15:33 +00:00
Sorting the file lists properly
This commit is contained in:
parent
6acd900577
commit
60b95e7992
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ class DirArchive: public Ogre::FileSystemArchive
|
||||||
filesind.push_back(small);
|
filesind.push_back(small);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
std::sort(filesind.begin(), filesind.end(), ciLessBoost());
|
||||||
std::string small;
|
std::string small;
|
||||||
std::string original = d.string();
|
std::string original = d.string();
|
||||||
if(cutoff < original.size())
|
if(cutoff < original.size())
|
||||||
|
|
Loading…
Reference in a new issue