From da1d97ba9c20b4c3a72a5a20a4a6b131b617e5ee Mon Sep 17 00:00:00 2001 From: ny00123 Date: Wed, 18 Mar 2020 19:49:17 +0000 Subject: [PATCH] sw/src/draw.cpp: Don't draw rooms if textured overhead map is drawn later. This also turns out to fix a Polymost-specific bug revealed in SVN r8711. Further remove a call to PicInView which does nothing. git-svn-id: https://svn.eduke32.com/eduke32@8766 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/sw/src/draw.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/sw/src/draw.cpp b/source/sw/src/draw.cpp index fb48f8950..01a6e5793 100644 --- a/source/sw/src/draw.cpp +++ b/source/sw/src/draw.cpp @@ -2126,11 +2126,8 @@ drawscreen(PLAYERp pp) JS_DrawMirrors(pp, tx, ty, tz, tang, thoriz); } - if (!FAF_DebugView) - { + if (dimensionmode != 6 && !FAF_DebugView) FAF_DrawRooms(tx, ty, tz, tang, thoriz, tsectnum); - PicInView(FAF_MIRROR_PIC, FALSE); - } analyzesprites(tx, ty, tz, FALSE); post_analyzesprites();