diff options
Diffstat (limited to 'src/heretic/r_main.c')
-rw-r--r-- | src/heretic/r_main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c index b19b87c3..c20d5d03 100644 --- a/src/heretic/r_main.c +++ b/src/heretic/r_main.c @@ -802,16 +802,6 @@ void R_SetupFrame(player_t * player) BorderTopRefresh = false; UpdateState |= I_MESSAGES; } - - destview = destscreen + (viewwindowx >> 2) + viewwindowy * 80; - -#if 0 - { - static int frame; - memset(I_VideoBuffer, frame, SCREENWIDTH * SCREENHEIGHT); - frame++; - } -#endif } /* |