diff --git a/src/r_things.cpp b/src/r_things.cpp index 9bdba99f9..38c4f1fc1 100644 --- a/src/r_things.cpp +++ b/src/r_things.cpp @@ -1981,6 +1981,7 @@ 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)