register the cvar
This commit is contained in:
parent
a2c6efb86e
commit
9278b9e0d0
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ void K_RegisterKartHUDStuff(void)
|
|||
// k_items.c
|
||||
CV_RegisterVar(&cv_fancyroulette);
|
||||
CV_RegisterVar(&cv_fancyroulettespeed);
|
||||
CV_RegisterVar(&cv_huditemamount);
|
||||
}
|
||||
|
||||
void K_LoadKartHUDGraphics(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue