This commit is contained in:
Fabian Greffrath 2021-10-04 08:32:58 +02:00
commit a921f50949

View File

@ -423,10 +423,10 @@ void AM_addMark(void)
// [crispy] keep the map static in overlay mode // [crispy] keep the map static in overlay mode
// if not following the player // if not following the player
if (followplayer || !automapoverlay) if (!followplayer && automapoverlay)
{ {
markpoints[markpointnum].x = mapcenter.x; markpoints[markpointnum].x = plr->mo->x;
markpoints[markpointnum].y = mapcenter.y; markpoints[markpointnum].y = plr->mo->y;
} }
else else
{ {