merge FileData and ResourceData.

This commit is contained in:
Christoph Oelckers 2023-12-10 22:30:54 +01:00
commit fe106d9bfe
38 changed files with 77 additions and 118 deletions

View file

@ -403,7 +403,7 @@ void player_t::SetLogNumber (int num)
}
auto lump = fileSystem.ReadFile(lumpnum);
SetLogText (lump.GetString());
SetLogText (lump.string());
}
}