mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
fix automap crosshair
This commit is contained in:
parent
b2c7b40641
commit
23cff1e384
@ -2236,7 +2236,7 @@ static void AM_drawCrosshair(int color)
|
|||||||
// [crispy] do not draw the useless dot on the player arrow
|
// [crispy] do not draw the useless dot on the player arrow
|
||||||
if (!followplayer)
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user