merge FileData and ResourceData.
This commit is contained in:
parent
d2cb44b1bf
commit
fe106d9bfe
38 changed files with 77 additions and 118 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue