X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=079e4d8d69af2befbed093ddbb2a5b4ddb20f6d0;hb=6b9993651343af73bd48e2213910bbaadb41edaf;hp=d4b819f027fa4644b11ff6e59662e6c017abd64d;hpb=593926a9c765a28b3f27996a83d40f2a377a0479;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index d4b819f..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; @@ -588,9 +587,12 @@ VG_STATIC void highscores_board_generate( char *buf, u32 id, u32 count ) /* yep, this is fucking awesome! */ if( inf->playerid == 0x8297744501001001 || - inf->playerid == 0x1ec4620101001001 ) + inf->playerid == 0x1ec4620101001001 || + inf->playerid == 0x0110000145749782 || + inf->playerid == 0x011000010162c41e ) { i --; + /* FIXME: Clear line, or yknow, do it properly */ } }