- Fixed alignment of "finished" line in WI_drawLF() when the level name is a
graphic and scaled. SVN r1299 (trunk)
This commit is contained in:
parent
927c9532bf
commit
c35be830c3
2 changed files with 3 additions and 1 deletions
|
|
@ -750,7 +750,7 @@ void WI_drawLF ()
|
|||
if (tex)
|
||||
{
|
||||
screen->DrawTexture(tex, midx - tex->GetWidth()*CleanXfac/2, y, DTA_CleanNoMove, true, TAG_DONE);
|
||||
y += tex->GetHeight() + BigFont->GetHeight()*CleanYfac/4;
|
||||
y += (tex->GetHeight() + BigFont->GetHeight()/4) * CleanYfac;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue