did some cleanup of the FResourceFile interface.
* making all members protected (but adding friend overrides for the classes which still need it) * allowing to read data without retrieving the FResourceLump object.
This commit is contained in:
parent
fc84579319
commit
ebc808e2a9
12 changed files with 128 additions and 92 deletions
|
|
@ -1421,7 +1421,7 @@ FileReader *FileSystem::GetFileReader(int rfnum)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
return Files[rfnum]->GetReader();
|
||||
return Files[rfnum]->GetContainerReader();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue