increase max edit size

This commit is contained in:
Chris Danford
2004-08-28 18:53:41 +00:00
parent 69bcc3d985
commit dbd03f84ed
+1 -1
View File
@@ -37,7 +37,7 @@ SongManager* SONGMAN = NULL; // global and accessable from anywhere in our progr
#define COURSES_DIR "Courses/"
#define MAX_EDITS_PER_PROFILE 200
#define MAX_EDIT_SIZE_BYTES 8*1024 // 8KB
#define MAX_EDIT_SIZE_BYTES 30*1024 // 30KB
#define NUM_GROUP_COLORS THEME->GetMetricI("SongManager","NumGroupColors")
#define GROUP_COLOR( i ) THEME->GetMetricC("SongManager",ssprintf("GroupColor%d",i+1))