X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=f49537fb7b0f428b0e204623236b1f8583e777c5;hb=9d5997f1e611b66c7220f7eb388f427032d8da79;hp=d4b819f027fa4644b11ff6e59662e6c017abd64d;hpb=593926a9c765a28b3f27996a83d40f2a377a0479;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index d4b819f..f49537f 100644 --- a/highscores.h +++ b/highscores.h @@ -588,9 +588,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 */ } }