Don't draw dots in minimap for keys if their map markers are already visible.
This commit is contained in:
parent
db4985555e
commit
6a6e91cc13
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue