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

@ -85,7 +85,7 @@ static int BuildPaletteTranslation(int lump)
}
auto data = fileSystem.ReadFile(lump);
auto ipal = data.GetBytes();
auto ipal = data.bytes();
FRemapTable opal;
bool blood = false;