aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-03-16 07:02:21 +0000
committerTravis Howell2004-03-16 07:02:21 +0000
commitd3826bfe79aba3bc3978bf4ac334d615c3fc0e28 (patch)
tree6344fd7cfc138fea579006d10a0b87f838fc5bb1
parent9829131573f05c41965c75c6adc0a8d4434e653d (diff)
downloadscummvm-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.h2
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 {