fix automap crosshair

This commit is contained in:
Roman Fomin 2023-12-24 01:36:19 +07:00
parent b2c7b40641
commit 23cff1e384

View File

@ -2236,7 +2236,7 @@ static void AM_drawCrosshair(int color)
// [crispy] do not draw the useless dot on the player arrow
if (!followplayer)
{
fb[(f_w*(f_h+1))/2] = color; // single point for now
PUTDOT((f_w + 1) / 2, (f_h + 1) / 2, color); // single point for now
}
}