Don't draw dots in minimap for keys if their map markers are already visible.

This commit is contained in:
Mari the Deer 2022-01-25 17:56:45 +01:00
commit 6a6e91cc13
2 changed files with 3 additions and 2 deletions

View file

@ -1981,6 +1981,7 @@ Class SWWMStatusBar : BaseStatusBar
for ( SWWMSimpleTracker t=hnd.strackers; t; t=t.next )
{
if ( !swwm_mm_missiles && t.ismissile ) continue;
if ( level.allmap && (t.target is 'Key') ) continue; // don't draw keys over the actual markers they have
Color col = mm_thingcolor;
bool isitem = false;
bool plainactor = false;