diff options
author | Paweł Kołodziejski | 2004-01-08 16:30:37 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-01-08 16:30:37 +0000 |
commit | afc254fa7671dba525d9c97ddc53eb2694eadd6b (patch) | |
tree | 015b5df5bcb7a7fc31da2a361a7296195b69c718 | |
parent | 7396b99f384815ddc1b8809c02976a64e82ed3ea (diff) | |
download | scummvm-rg350-afc254fa7671dba525d9c97ddc53eb2694eadd6b.tar.gz scummvm-rg350-afc254fa7671dba525d9c97ddc53eb2694eadd6b.tar.bz2 scummvm-rg350-afc254fa7671dba525d9c97ddc53eb2694eadd6b.zip |
tuned max number
svn-id: r12255
-rw-r--r-- | scumm/imuse_digi/dimuse_sndmgr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/imuse_digi/dimuse_sndmgr.h b/scumm/imuse_digi/dimuse_sndmgr.h index 3915fee81c..32ccdf1466 100644 --- a/scumm/imuse_digi/dimuse_sndmgr.h +++ b/scumm/imuse_digi/dimuse_sndmgr.h @@ -34,10 +34,10 @@ class BundleMgr; class ImuseDigiSndMgr { public: -#define MAX_IMUSE_SOUNDS 20 -#define MAX_IMUSE_JUMPS 50 -#define MAX_IMUSE_REGIONS 50 -#define MAX_IMUSE_MARKERS 50 +#define MAX_IMUSE_SOUNDS 16 +#define MAX_IMUSE_JUMPS 80 +#define MAX_IMUSE_REGIONS 85 +#define MAX_IMUSE_MARKERS 60 #define IMUSE_RESOURCE 1 #define IMUSE_BUNDLE 2 |