diff --git a/src/command.c b/src/command.c index 63bf8ed7c..66c828870 100644 --- a/src/command.c +++ b/src/command.c @@ -2525,7 +2525,7 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr) return false; } - if (GETMAJOREXECVERSION(cv_execversion.value) == 12 && GETMINOREXECVERSION(cv_execversion.value) < 2) // 12.1 = BK Indev 25-04-26 + if (GETMAJOREXECVERSION(cv_execversion.value) == 12 && GETMINOREXECVERSION(cv_execversion.value) < 2) // 12.2 = BK Indev 29-04-26 { if (fasticmp(v->name, "gr_modellighting")) // This needs to be on for directional lighting to look right on models. return false;