mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Disable drawing sprite arrows and borders in the automap in FURY mode
git-svn-id: https://svn.eduke32.com/eduke32@7989 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
86aa23e394
commit
ef0d79140c
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ static void G_DrawOverheadMap(int32_t cposx, int32_t cposy, int32_t czoom, int16
|
|||
|
||||
//Draw sprites
|
||||
k = g_player[screenpeek].ps->i;
|
||||
for (i=numsectors-1; i>=0; i--)
|
||||
if (!FURY) for (i=numsectors-1; i>=0; i--)
|
||||
{
|
||||
if (!(show2dsector[i>>3]&pow2char[i&7])) continue;
|
||||
for (j=headspritesect[i]; j>=0; j=nextspritesect[j])
|
||||
|
|
Loading…
Reference in a new issue