Code style

This commit is contained in:
Vasilii Shirokii 2023-12-23 17:03:45 +00:00 committed by Christoph Oelckers
parent 90d672e345
commit f8dcc33e6d
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ FileReader FDirectory::GetEntryReader(uint32_t entry, int readertype, int)
std::string fn = mBasePath;
fn += Entries[entry].SystemFilePath ?
Entries[entry].SystemFilePath :
Entries[entry].FileName;
Entries[entry].FileName;
fr.OpenFile(fn.c_str());
if (readertype == READER_CACHED)
{