mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Create scores drawlist
This commit is contained in:
parent
bf2b8490ea
commit
b5b2810838
1 changed files with 4 additions and 0 deletions
|
@ -341,6 +341,10 @@ void HU_Init(void)
|
||||||
// set shift translation table
|
// set shift translation table
|
||||||
shiftxform = english_shiftxform;
|
shiftxform = english_shiftxform;
|
||||||
|
|
||||||
|
#ifdef HAVE_BLUA
|
||||||
|
luahuddrawlist_scores = LUA_HUD_CreateDrawList();
|
||||||
|
#endif
|
||||||
|
|
||||||
HU_LoadGraphics();
|
HU_LoadGraphics();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue