X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=079e4d8d69af2befbed093ddbb2a5b4ddb20f6d0;hb=e70b6d550d63af95cafd9ffdee1918faf02a6892;hp=b5079609e945a81efbf75225db944c614a196d86;hpb=0ae443b3f6b4b753f9a2eba58da597ae8cb14b4f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index b507960..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; @@ -585,6 +584,16 @@ VG_STATIC void highscores_board_generate( char *buf, u32 id, u32 count ) &sys->aainfo_playerinfo_playerid, info_ptr ); highscore_strl( line+3, inf->nickname, 16 ); + + /* yep, this is fucking awesome! */ + if( inf->playerid == 0x8297744501001001 || + inf->playerid == 0x1ec4620101001001 || + inf->playerid == 0x0110000145749782 || + inf->playerid == 0x011000010162c41e ) + { + i --; + /* FIXME: Clear line, or yknow, do it properly */ + } } u16 centiseconds = record->time,