- Restored the multiplayer scoreboard's former centering so that it doesn't
look awful on widescreen intermissions. Also changed the column widths to be font-dependant rather than fixed proportions of the screen width. - Fixed horizontal positioning of 'finished' on the Raven games when scaled. SVN r1303 (trunk)
This commit is contained in:
parent
7f05277f2b
commit
b692412a9e
3 changed files with 137 additions and 51 deletions
|
|
@ -769,7 +769,7 @@ void WI_drawLF ()
|
|||
else
|
||||
{
|
||||
screen->DrawText(font, CR_WHITE,
|
||||
midx - font->StringWidth("finished")/2, y - 4*CleanYfac, "finished",
|
||||
midx - font->StringWidth("finished")*CleanXfac/2, y - 4*CleanYfac, "finished",
|
||||
DTA_CleanNoMove, true, TAG_DONE);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue