X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=079e4d8d69af2befbed093ddbb2a5b4ddb20f6d0;hb=01e2535f8daaab0e3d46dcc61a08a9268babd47c;hp=257ff694c79ab64ff9a0643b5537a973f5ef1ab3;hpb=2383f834f7c7890b12fd4fee9387f4cd3ca3b1e0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index 257ff69..079e4d8 100644 --- a/highscores.h +++ b/highscores.h @@ -482,8 +482,7 @@ VG_STATIC void highscore_strr( char *buf, const char *str, int len, int width ) VG_STATIC void highscore_intr( char *buf, int value, int len, char alt ) { int i=0; - while(value) - { + while(value){ if( i>=len ) return; @@ -593,6 +592,7 @@ VG_STATIC void highscores_board_generate( char *buf, u32 id, u32 count ) inf->playerid == 0x011000010162c41e ) { i --; + /* FIXME: Clear line, or yknow, do it properly */ } }