mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- fixed automap angle in unrotated mode.
This commit is contained in:
parent
fd3fccdc7a
commit
486da6922d
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ void DrawOverheadMap(int pl_x, int pl_y, int pl_angle, double const smoothratio)
|
|||
}
|
||||
int x = follow_x;
|
||||
int y = follow_y;
|
||||
follow_a = am_rotate ? pl_angle : 0;
|
||||
follow_a = am_rotate ? pl_angle : 1536;
|
||||
AutomapControl();
|
||||
|
||||
if (automapMode == am_full)
|
||||
|
|
Loading…
Reference in a new issue