mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Don't always register the fucking cvar
This commit is contained in:
parent
4b0a9ce7a6
commit
91d6fecaf9
1 changed files with 3 additions and 1 deletions
|
|
@ -387,7 +387,9 @@ void K_RegisterKartStuff(void)
|
||||||
|
|
||||||
CV_RegisterVar(&cv_reducevfx);
|
CV_RegisterVar(&cv_reducevfx);
|
||||||
|
|
||||||
CV_RegisterVar(&cv_kartencoremap);
|
#ifdef DEVELOP
|
||||||
|
CV_RegisterVar(&cv_kartencoremap);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//}
|
//}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue