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
This commit is contained in:
hendricks266 2019-12-22 10:20:13 +00:00 committed by Christoph Oelckers
parent abd79c18c1
commit f03bc3656f

View file

@ -924,6 +924,8 @@ bool InitGame()
if (enginePostInit())
SW_FatalEngineError();
palettePostLoadLookups();
DemoModeMenuInit = TRUE;
// precache as much stuff as you can
if (UserMapName[0] == '\0')