From dd79adb0af7bf0758de373c7384467ace8baced9 Mon Sep 17 00:00:00 2001 From: Allanis Date: Sat, 16 Mar 2013 13:41:05 +0000 Subject: [PATCH] [Change] Minor change in gui. --- src/player.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/player.c b/src/player.c index 8c35ca9..6d74290 100644 --- a/src/player.c +++ b/src/player.c @@ -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;