mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Code style
This commit is contained in:
parent
90d672e345
commit
f8dcc33e6d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue