summaryrefslogtreecommitdiff
path: root/src/heretic/r_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/r_data.c')
-rw-r--r--src/heretic/r_data.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/heretic/r_data.c b/src/heretic/r_data.c
index 5bb79aa4..a2f3f10e 100644
--- a/src/heretic/r_data.c
+++ b/src/heretic/r_data.c
@@ -106,9 +106,7 @@ void R_DrawColumnInCache(column_t * patch, byte * cache, int originy,
int cacheheight)
{
int count, position;
- byte *source, *dest;
-
- dest = (byte *) cache + 3;
+ byte *source;
while (patch->topdelta != 0xff)
{