Revert the change of call to FAF_DrawRooms into a conditional one,

as done in r8766, since this breaks status bar output in tiled
overhead map with Polymost. Do add comment about this for now.

git-svn-id: https://svn.eduke32.com/eduke32@8779 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/sw/src/draw.cpp
This commit is contained in:
ny00123 2020-03-21 21:51:59 +00:00 committed by Christoph Oelckers
parent 26344d1193
commit 28e69d0793
1 changed files with 3 additions and 1 deletions

View File

@ -2135,7 +2135,9 @@ drawscreen(PLAYERp pp)
JS_DrawMirrors(pp, tx, ty, tz, tq16ang, tq16horiz);
}
if (dimensionmode != 6 && !FAF_DebugView)
// TODO: This call is redundant if the tiled overhead map is shown, but the
// HUD elements should be properly outputted with hardware rendering first.
if (!FAF_DebugView)
FAF_DrawRooms(tx, ty, tz, tq16ang, tq16horiz, tsectnum);
analyzesprites(tx, ty, tz, FALSE);