nonlocal stuff again
[carveJwlIkooP6JGAAIwe30JlM.git] / highscores.h
index d4b819f027fa4644b11ff6e59662e6c017abd64d..079e4d8d69af2befbed093ddbb2a5b4ddb20f6d0 100644 (file)
@@ -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 */
          }
       }