diff --git a/code/nel/src/misc/path.cpp b/code/nel/src/misc/path.cpp index ba69da3af..5e542bd58 100644 --- a/code/nel/src/misc/path.cpp +++ b/code/nel/src/misc/path.cpp @@ -893,6 +893,8 @@ void CFileContainer::getPathContent (const string &path, bool recurse, bool want progressCallBack->popCropedValues (); } } + + sort(result.begin(), result.end()); } void CPath::removeAllAlternativeSearchPath ()