Skip to content

Commit

Permalink
- fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Aug 21, 2021
1 parent 8bdd4be commit 5382e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_data/v_palette.cpp
Expand Up @@ -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");
Expand Down

0 comments on commit 5382e7c

Please sign in to comment.