mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
abd79c18c1
commit
f03bc3656f
1 changed files with 2 additions and 0 deletions
|
@ -924,6 +924,8 @@ bool InitGame()
|
|||
if (enginePostInit())
|
||||
SW_FatalEngineError();
|
||||
|
||||
palettePostLoadLookups();
|
||||
|
||||
DemoModeMenuInit = TRUE;
|
||||
// precache as much stuff as you can
|
||||
if (UserMapName[0] == '\0')
|
||||
|
|
Loading…
Reference in a new issue