Bump max song id to 9000 to support omnimix
This commit is contained in:
parent
f8abca64b5
commit
70264aa47b
@ -4,7 +4,7 @@ public static class Constants
|
||||
{
|
||||
public const string DATE_TIME_FORMAT = "yyyyMMddHHmmss";
|
||||
|
||||
public const int MUSIC_ID_MAX = 1600;
|
||||
public const int MUSIC_ID_MAX = 9000;
|
||||
|
||||
public const int CROWN_FLAG_ARRAY_SIZE = MUSIC_ID_MAX + 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user