- fixed positioning of map name on Hexen automap.

This commit is contained in:
Christoph Oelckers 2015-11-25 13:47:04 +01:00
parent 78deb70a00
commit 6efc2a0ec7
1 changed files with 3 additions and 3 deletions

View File

@ -1338,17 +1338,17 @@ void DBaseStatusBar::Draw (EHudState state)
{
if (Scaled)
{
y -= Scale (10, SCREENHEIGHT, 200);
y -= Scale (11, SCREENHEIGHT, 200);
}
else
{
if (SCREENWIDTH < 640)
{
y -= 11;
y -= 12;
}
else
{ // Get past the tops of the gargoyles' wings
y -= 26;
y -= 28;
}
}
}