Minimap bugfix

pull/9/head
DodoBirb 4 years ago
parent 77f8522b73
commit 7137d1032f

@ -569,8 +569,10 @@ if (global.classicmode == 0 && global.opshowhud)
if (playerState != 1)
{
if combatState
{
draw_sprite_ext(oControl.MultitroidMapIcon, (arrData[0] - 1), (((276 + widescreen_space) + 16) - (xDiff * 8)), (12 - (yDiff * 8)), 1, 1, direction, c_white, oControl.malpha)
playerVisible = 1
playerVisible = 1
}
}
if ((!playerVisible) && global.sax == sax)
draw_sprite_ext(oControl.MultitroidMapIcon, (arrData[0] - 1), (((276 + widescreen_space) + 16) - (xDiff * 8)), (12 - (yDiff * 8)), 1, 1, direction, c_white, oControl.malpha)

Loading…
Cancel
Save