Increase max size of stats.xml, considering the fact that many people have a large number of songs (many more than 100) and many songs now have single+double charts included (more than 3).

This commit is contained in:
Mike Hawkins
2009-01-08 03:07:48 +00:00
parent 17cc65e8fd
commit 35051e4479
+2 -2
View File
@@ -47,8 +47,8 @@ static ThemeMetric<RString> 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 */