summaryrefslogtreecommitdiff
path: root/src/heretic/in_lude.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/in_lude.c')
-rw-r--r--src/heretic/in_lude.c3
1 files changed, 2 insertions, 1 deletions
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++)
{