mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix the vertical position of the level stats when using the original mini-HUD.
Patch from Fox. git-svn-id: https://svn.eduke32.com/eduke32@6897 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9b495ea67f
commit
749d79dcdd
1 changed files with 1 additions and 1 deletions
|
@ -1282,7 +1282,7 @@ void G_DisplayRest(int32_t smoothratio)
|
|||
|
||||
if (ud.screen_size == 4)
|
||||
{
|
||||
if (ud.althud == 1 && ud.hudontop == 0)
|
||||
if (ud.althud == 0 || ud.hudontop == 0)
|
||||
i -= sbarsc(ud.althud ? (tilesiz[BIGALPHANUM].y+8)<<16 : tilesiz[INVENTORYBOX].y<<16);
|
||||
}
|
||||
else if (ud.screen_size > 2)
|
||||
|
|
Loading…
Reference in a new issue