- 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:
Randy Heit 2008-12-02 02:23:05 +00:00
commit b692412a9e
3 changed files with 137 additions and 51 deletions

View file

@ -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);
}
}