diff --git a/src/am_map.c b/src/am_map.c index 9a00d1d6..4a3899d2 100644 --- a/src/am_map.c +++ b/src/am_map.c @@ -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 } }