summaryrefslogtreecommitdiff
path: root/src/doom/f_wipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/f_wipe.c')
-rw-r--r--src/doom/f_wipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/f_wipe.c b/src/doom/f_wipe.c
index 83cb8584..efc678ca 100644
--- a/src/doom/f_wipe.c
+++ b/src/doom/f_wipe.c
@@ -283,7 +283,7 @@ wipe_ScreenWipe
{
go = 1;
// wipe_scr = (byte *) Z_Malloc(width*height, PU_STATIC, 0); // DEBUG
- wipe_scr = screens[0];
+ wipe_scr = I_VideoBuffer;
(*wipes[wipeno*3])(width, height, ticks);
}