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)