mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix error for fresh compiles (LOADED_MINIT was renamed into LOADED_CONFIG during dev. of previous commit)
This commit is contained in:
parent
72defa325f
commit
017b472d14
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ static boolean InitCube(void)
|
||||||
float globalgammamul, globalgammaoffs;
|
float globalgammamul, globalgammaoffs;
|
||||||
boolean doinggamma;
|
boolean doinggamma;
|
||||||
|
|
||||||
if (con_startup_loadprogress < LOADED_MINIT)
|
if (con_startup_loadprogress < LOADED_CONFIG)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
#define diffcons(cv) (cv.value != atoi(cv.defaultvalue))
|
#define diffcons(cv) (cv.value != atoi(cv.defaultvalue))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue