diff options
author | Travis Howell | 2004-03-16 07:02:21 +0000 |
---|---|---|
committer | Travis Howell | 2004-03-16 07:02:21 +0000 |
commit | d3826bfe79aba3bc3978bf4ac334d615c3fc0e28 (patch) | |
tree | 6344fd7cfc138fea579006d10a0b87f838fc5bb1 | |
parent | 9829131573f05c41965c75c6adc0a8d4434e653d (diff) | |
download | scummvm-rg350-d3826bfe79aba3bc3978bf4ac334d615c3fc0e28.tar.gz scummvm-rg350-d3826bfe79aba3bc3978bf4ac334d615c3fc0e28.tar.bz2 scummvm-rg350-d3826bfe79aba3bc3978bf4ac334d615c3fc0e28.zip |
Increase channel for Amiga V3 player.
svn-id: r13315
-rw-r--r-- | scumm/player_mod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_mod.h b/scumm/player_mod.h index ffc6d21c77..c4bda60665 100644 --- a/scumm/player_mod.h +++ b/scumm/player_mod.h @@ -52,7 +52,7 @@ public: private: enum { - MOD_MAXCHANS = 16 + MOD_MAXCHANS = 24 }; struct soundChan { |