mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed compilation
This commit is contained in:
parent
8bdd4befbf
commit
5382e7c17b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ void InitPalette ()
|
|||
|
||||
ReadPalette(fileSystem.GetNumForName("PLAYPAL"), pal);
|
||||
|
||||
GPalette.Init(NUM_TRANSLATION_TABLES);
|
||||
GPalette.Init(NUM_TRANSLATION_TABLES, nullptr);
|
||||
GPalette.SetPalette (pal, -1);
|
||||
|
||||
int lump = fileSystem.CheckNumForName("COLORMAP");
|
||||
|
|
Loading…
Reference in a new issue