From f03bc3656fe515de430ae57838bfc5c06b1b6110 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Sun, 22 Dec 2019 10:20:13 +0000 Subject: [PATCH] SW: Add call to palettePostLoadLookups git-svn-id: https://svn.eduke32.com/eduke32@8469 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/sw/src/jnstub.cpp --- source/sw/src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index 8aaba98d1..320a79f84 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -924,6 +924,8 @@ bool InitGame() if (enginePostInit()) SW_FatalEngineError(); + palettePostLoadLookups(); + DemoModeMenuInit = TRUE; // precache as much stuff as you can if (UserMapName[0] == '\0')