diff --git a/code/nel/src/misc/file.cpp b/code/nel/src/misc/file.cpp index 414a10e5a..7eae0f6a5 100644 --- a/code/nel/src/misc/file.cpp +++ b/code/nel/src/misc/file.cpp @@ -237,7 +237,9 @@ bool CIFile::open(const std::string &path, bool text) } } } - else + + // not in bnp, but may have '@' in the name + if (_F == NULL) { _IsInBigFile = false; _IsInXMLPackFile = false;