|
|
|
|
@ -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)
|
|
|
|
|
|