diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 5990679ce5..06ace42767 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -47,8 +47,8 @@ static ThemeMetric UNLOCK_AUTH_STRING( "Profile", "UnlockAuthString" ); #define MAX_EDITABLE_INI_SIZE_BYTES 2*1024 // 2KB #define MAX_PLAYER_STATS_XML_SIZE_BYTES \ - 100 /* Songs */ \ - * 3 /* Steps per Song */ \ + 1000 /* Songs */ \ + * 5 /* Steps per Song */ \ * 10 /* HighScores per Steps */ \ * 1024 /* size in bytes of a HighScores XNode */