mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 05:41:42 +00:00
sdl/i_video.c: fix compile prior to SDL 2.0.18
This commit is contained in:
parent
404492cb30
commit
db4de0f50e
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ static SDL_bool Impl_CreateContext(void)
|
||||||
// This is because the renderer will be created before the config
|
// This is because the renderer will be created before the config
|
||||||
// is read and vid_wait is set from the user's preferences, and thus
|
// is read and vid_wait is set from the user's preferences, and thus
|
||||||
// vid_wait will have no effect.
|
// vid_wait will have no effect.
|
||||||
CV_StealthSetValue(cv_vidwait, 0);
|
CV_StealthSetValue(&cv_vidwait, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue