X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=highscores.h;h=f19f93a2fd2494ef4b6635a7d0a512d712e76365;hb=5af2a88b715579036a6c49397588ffe2e04400e1;hp=494cd83fed850af6030fc1662e288e6386af4e0e;hpb=70792eeb23451cef1f3a103e0c9515b833f81899;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index 494cd83..f19f93a 100644 --- a/highscores.h +++ b/highscores.h @@ -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++ )