Force a full update when the fade screen is drawn.

This commit is contained in:
Bill Currie 2013-01-13 20:34:39 +09:00
parent 2974bedd78
commit a05e7253e4
2 changed files with 2 additions and 0 deletions

View file

@ -794,6 +794,7 @@ Draw_FadeScreen (void)
pbuf[x] = 0;
}
}
vr_data.scr_copyeverything = 1;
VID_UnlockBuffer ();
S_ExtraUpdate ();

View file

@ -1264,6 +1264,7 @@ sw32_Draw_FadeScreen (void)
default:
Sys_Error("Draw_FadeScreen: unsupported r_pixbytes %i", sw32_r_pixbytes);
}
vr_data.scr_copyeverything = 1;
VID_UnlockBuffer ();
S_ExtraUpdate ();