Create scores drawlist

This commit is contained in:
Sally Coolatta 2022-05-01 23:11:14 -04:00
parent bf2b8490ea
commit b5b2810838

View file

@ -341,6 +341,10 @@ void HU_Init(void)
// set shift translation table
shiftxform = english_shiftxform;
#ifdef HAVE_BLUA
luahuddrawlist_scores = LUA_HUD_CreateDrawList();
#endif
HU_LoadGraphics();
}