mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
Fix minor whoopsie
This commit is contained in:
parent
5da79e3e44
commit
ffdbde58af
1 changed files with 0 additions and 2 deletions
|
@ -2490,9 +2490,7 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr)
|
|||
(!stricmp(v->name, "playersforexit") && atoi(valstr) == 4) || // 4 = all
|
||||
(!stricmp(v->name, "advancemap") && atoi(valstr) == 1) || // 1 = next
|
||||
(!stricmp(v->name, "cam_speed") && !stricmp(valstr, "0.3")) ||
|
||||
(!stricmp(v->name, "cam_orbit") && atoi(valstr) == 0) || // 0 = off
|
||||
(!stricmp(v->name, "cam2_speed") && !stricmp(valstr, "0.3")) ||
|
||||
(!stricmp(v->name, "cam2_orbit") && atoi(valstr) == 0) || // 0 = off
|
||||
(!stricmp(v->name, "timerres") && atoi(valstr) == 0) || // 0 = classic
|
||||
(!stricmp(v->name, "gr_modelinterpolation") && atoi(valstr) == 1) // 1 = sometimes
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue