Fix error for fresh compiles (LOADED_MINIT was renamed into LOADED_CONFIG during dev. of previous commit)

This commit is contained in:
toaster 2021-03-29 17:22:48 +01:00
parent 72defa325f
commit 017b472d14

View file

@ -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))