summaryrefslogtreecommitdiff
path: root/src/heretic/r_main.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 21:37:33 +0000
committerSimon Howard2008-09-20 21:37:33 +0000
commit71d54112ed3ffc780846a222e3dd45368acd3d88 (patch)
tree98f47a604f591ebf2919612a36291b12b64b86da /src/heretic/r_main.c
parent7c1407ea7171f83287b720ec65450940c9cbf158 (diff)
downloadchocolate-doom-71d54112ed3ffc780846a222e3dd45368acd3d88.tar.gz
chocolate-doom-71d54112ed3ffc780846a222e3dd45368acd3d88.tar.bz2
chocolate-doom-71d54112ed3ffc780846a222e3dd45368acd3d88.zip
Replace heretic "screen" variable with I_VideoBuffer.
Subversion-branch: /branches/raven-branch Subversion-revision: 1253
Diffstat (limited to 'src/heretic/r_main.c')
-rw-r--r--src/heretic/r_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c
index 7137615a..ef5ec6d2 100644
--- a/src/heretic/r_main.c
+++ b/src/heretic/r_main.c
@@ -832,7 +832,7 @@ void R_SetupFrame(player_t * player)
#if 0
{
static int frame;
- memset(screen, frame, SCREENWIDTH * SCREENHEIGHT);
+ memset(I_VideoBuffer, frame, SCREENWIDTH * SCREENHEIGHT);
frame++;
}
#endif