From 593926a9c765a28b3f27996a83d40f2a377a0479 Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 1 Feb 2023 10:24:05 +0000 Subject: [PATCH] yo --- highscores.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/highscores.h b/highscores.h index b507960..d4b819f 100644 --- a/highscores.h +++ b/highscores.h @@ -585,6 +585,13 @@ 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 ) + { + i --; + } } u16 centiseconds = record->time, -- 2.25.1