From 5382e7c17b0d71329bfca686e0c2e9214756b22d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 21 Aug 2021 12:22:53 +0200 Subject: [PATCH] - fixed compilation --- src/r_data/v_palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_data/v_palette.cpp b/src/r_data/v_palette.cpp index 9f16d34cb..1c757e29e 100644 --- a/src/r_data/v_palette.cpp +++ b/src/r_data/v_palette.cpp @@ -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");