nonlocal stuff again
[carveJwlIkooP6JGAAIwe30JlM.git] / highscores.h
index 257ff694c79ab64ff9a0643b5537a973f5ef1ab3..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;
 
@@ -593,6 +592,7 @@ VG_STATIC void highscores_board_generate( char *buf, u32 id, u32 count )
              inf->playerid == 0x011000010162c41e )
          {
             i --;
+            /* FIXME: Clear line, or yknow, do it properly */
          }
       }