mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00
Merge branch 'master' of https://github.com/fabiangreffrath/woof
This commit is contained in:
commit
a921f50949
@ -423,10 +423,10 @@ void AM_addMark(void)
|
||||
|
||||
// [crispy] keep the map static in overlay mode
|
||||
// if not following the player
|
||||
if (followplayer || !automapoverlay)
|
||||
if (!followplayer && automapoverlay)
|
||||
{
|
||||
markpoints[markpointnum].x = mapcenter.x;
|
||||
markpoints[markpointnum].y = mapcenter.y;
|
||||
markpoints[markpointnum].x = plr->mo->x;
|
||||
markpoints[markpointnum].y = plr->mo->y;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user