mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- moved kopenfilereader into the FileSystem class.
This commit is contained in:
parent
ef87d2d4f9
commit
749eda32c5
39 changed files with 70 additions and 71 deletions
|
@ -49,7 +49,7 @@ extern int ydim;
|
|||
|
||||
FileReader GetResource(const char* fn)
|
||||
{
|
||||
auto fr = kopenFileReader(fn, 0);
|
||||
auto fr = fileSystem.OpenFileReader(fn, 0);
|
||||
if (!fr.isOpen())
|
||||
{
|
||||
I_Error("Fatal: '%s' not found", fn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue