From 96cfb635bef9e156f1c304e7f68b4bf0eeead891 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 19:54:44 +0000 Subject: Add a dest_buffer pointer for the v_video code, and V_UseBuffer to allow that to be temporarily changed. Make V_DrawBlock always draw to the screen. Subversion-branch: /branches/raven-branch Subversion-revision: 1246 --- src/doom/f_wipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doom/f_wipe.c') diff --git a/src/doom/f_wipe.c b/src/doom/f_wipe.c index 0c352469..83cb8584 100644 --- a/src/doom/f_wipe.c +++ b/src/doom/f_wipe.c @@ -256,7 +256,7 @@ wipe_EndScreen { wipe_scr_end = Z_Malloc(SCREENWIDTH * SCREENHEIGHT, PU_STATIC, NULL); I_ReadScreen(wipe_scr_end); - V_DrawBlock(x, y, 0, width, height, wipe_scr_start); // restore start scr. + V_DrawBlock(x, y, width, height, wipe_scr_start); // restore start scr. return 0; } -- cgit v1.2.3