From 71d54112ed3ffc780846a222e3dd45368acd3d88 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 21:37:33 +0000 Subject: Replace heretic "screen" variable with I_VideoBuffer. Subversion-branch: /branches/raven-branch Subversion-revision: 1253 --- src/heretic/in_lude.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/heretic/in_lude.c') diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c index 7e574570..255e5f98 100644 --- a/src/heretic/in_lude.c +++ b/src/heretic/in_lude.c @@ -30,6 +30,7 @@ #include "doomdef.h" #include "s_sound.h" +#include "i_video.h" #include "v_video.h" typedef enum @@ -558,7 +559,7 @@ void IN_DrawStatBack(void) byte *dest; src = W_CacheLumpName("FLOOR16", PU_CACHE); - dest = screen; + dest = I_VideoBuffer; for (y = 0; y < SCREENHEIGHT; y++) { -- cgit v1.2.3