mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
cinematics: fix video mode changing during cinematic playback
This commit is contained in:
parent
3c6a57129e
commit
695e0a9a16
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ VID_CheckChanges(void)
|
||||||
vid_ref->modified = false;
|
vid_ref->modified = false;
|
||||||
vid_fullscreen->modified = true;
|
vid_fullscreen->modified = true;
|
||||||
cl.refresh_prepped = false;
|
cl.refresh_prepped = false;
|
||||||
|
cl.cinematicpalette_active = false;
|
||||||
cls.disable_screen = true;
|
cls.disable_screen = true;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Reference in a new issue