From 8a28aebd4e3b3528107afca74e12ca237b4d076b Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sun, 1 May 2022 23:11:14 -0400 Subject: [PATCH] Create scores drawlist --- src/hu_stuff.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index bba644d9..0358deec 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -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(); }