From 5916ce087b53ad708569a1a69bbb9bb4445fdca7 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 8 Jun 2013 03:24:41 +0000 Subject: [PATCH] - Revert r4244. It seems to be working well enough like this, since there have been no complaints. SVN r4341 (trunk) --- src/r_things.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r_things.cpp b/src/r_things.cpp index 38c4f1fc13..9bdba99f94 100644 --- a/src/r_things.cpp +++ b/src/r_things.cpp @@ -1981,7 +1981,6 @@ void R_DrawHeightPlanes(fixed_t height); // kg3D - fake planes void R_DrawMasked (void) { - DrewAVoxel = true; // TESTME R_SortVisSprites (DrewAVoxel ? sv_compare2d : sv_compare, firstvissprite - vissprites); if (height_top == NULL)