mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10: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
|
@ -1862,7 +1862,7 @@ mdmodel_t *mdload(const char *filnam)
|
|||
vm = (mdmodel_t *)voxload(filnam);
|
||||
if (vm) return vm;
|
||||
|
||||
auto fil = kopenFileReader(filnam,0);
|
||||
auto fil = fileSystem.OpenFileReader(filnam,0);
|
||||
|
||||
if (!fil.isOpen())
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue