- fixed compilation

This commit is contained in:
Christoph Oelckers 2021-08-21 12:22:53 +02:00
parent 8bdd4befbf
commit 5382e7c17b
1 changed files with 1 additions and 1 deletions

View File

@ -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");