mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -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
|
// [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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user