mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +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
|
@ -79,7 +79,7 @@ FImageSource * FImageSource::GetImage(const char *name)
|
|||
{ nullptr }
|
||||
};
|
||||
|
||||
auto data = kopenFileReader(name, 0);
|
||||
auto data = fileSystem.OpenFileReader(name, 0);
|
||||
if (!data.isOpen()) return nullptr;
|
||||
|
||||
for (size_t i = 0; CreateInfo[i].TryCreate; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue