Fix mid-game render switch

This commit is contained in:
Sally Coolatta 2020-09-25 12:20:08 -04:00
parent d960ae5599
commit 2d4818a9fc

View file

@ -2309,7 +2309,7 @@ static void Newrenderer_OnChange(void)
static void Newrenderer_OnChange(void)
{
; // SRB2Kart: don't want the warning
CV_SetValue(&cv_renderer, cv_newrenderer.value); // SRB2Kart: don't want the warning
}
#endif