[Change] Minor change in gui.

This commit is contained in:
Allanis 2013-03-16 13:41:05 +00:00
parent ef36411f81
commit dd79adb0af

View File

@ -480,14 +480,14 @@ void player_render(void) {
}
// Misc.
gl_print(NULL, gui.misc.x + 10, gui.misc.y - 10 - gl_defFont.h,
&cConsole, "SCred:");
gl_print(NULL, gui.misc.x + 8, gui.misc.y - 8 - gl_defFont.h,
&cConsole, "SCreds:");
credits2str(str, player_credits, 2);
i = gl_printWidth(&gl_smallFont, "%s", str);
gl_print(&gl_smallFont, gui.misc.x + gui.misc.w - 10 - i,
gui.misc.y - 10 - gl_defFont.h, NULL, "%s", str);
gl_print(&gl_smallFont, gui.misc.x + gui.misc.w - 15 - i,
gui.misc.y - 8 - gl_defFont.h, NULL, "%s", str);
// Messages.
x = gui.msg.x;