rewinds
[carveJwlIkooP6JGAAIwe30JlM.git] / highscores.h
index 494cd83fed850af6030fc1662e288e6386af4e0e..f19f93a2fd2494ef4b6635a7d0a512d712e76365 100644 (file)
@@ -389,7 +389,7 @@ static aatree_ptr highscores_push_record( highscore_record *record )
    return index;
 }
 
-static aatree_ptr highscore_set_user_nickname( u64 steamid, char nick[10] )
+static aatree_ptr highscore_set_user_nickname( u64 steamid, char nick[16] )
 {
    char name[17];
    for( int i=0; i<16; i++ )