- moved kopenfilereader into the FileSystem class.

This commit is contained in:
Christoph Oelckers 2019-12-07 10:14:51 +01:00
parent ef87d2d4f9
commit 749eda32c5
39 changed files with 70 additions and 71 deletions

View file

@ -105,7 +105,7 @@ void G_LoadLookups(void)
{
int32_t j;
auto fr = kopenFileReader("lookup.dat", 0);
auto fr = fileSystem.OpenFileReader("lookup.dat", 0);
if (!fr.isOpen())
return;