Skip to content

Commit

Permalink
Client: Quick and dirty fix for the Rankings table
Browse files Browse the repository at this point in the history
Moved map information to the bottom of the box.
  • Loading branch information
skyjake committed Aug 8, 2011
1 parent 5c33f66 commit 7636c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/hu_stuff.c
Expand Up @@ -1397,7 +1397,7 @@ void HU_DrawScoreBoard(int player)
M_WriteText2(x + width / 2 - M_StringWidth("ranking", GF_FONTB) / 2,
y + LINE_BORDER, "ranking", GF_FONTB, 1, 0, 0, hud->scoreAlpha);

drawMapMetaData(x, y + 16, GF_FONTA, hud->scoreAlpha);
drawMapMetaData(x + 1, y + height - 20 - M_StringHeight("INFO", GF_FONTA), GF_FONTA, hud->scoreAlpha);

drawTable(x, y + 20, width, height - 20, columns, scoreBoard, inCount,
hud->scoreAlpha, player);
Expand Down

0 comments on commit 7636c01

Please sign in to comment.