From bb9ceef0a9b9af7ef83a72bf8a69293227d2db53 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 9 Oct 2008 18:46:10 +0000 Subject: Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump* Subversion-branch: /branches/raven-branch Subversion-revision: 1346 --- src/hexen/r_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hexen/r_plane.c') diff --git a/src/hexen/r_plane.c b/src/hexen/r_plane.c index deebdf80..f27cd0d4 100644 --- a/src/hexen/r_plane.c +++ b/src/hexen/r_plane.c @@ -584,6 +584,6 @@ void R_DrawPlanes(void) R_MakeSpans(x, pl->top[x - 1], pl->bottom[x - 1], pl->top[x], pl->bottom[x]); } - Z_ChangeTag(tempSource, PU_CACHE); + W_ReleaseLumpNum(firstflat + flattranslation[pl->picnum]); } } -- cgit v1.2.3