aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sound_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/sound_he.h')
-rw-r--r--engines/scumm/he/sound_he.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/sound_he.h b/engines/scumm/he/sound_he.h
index 323858a7c9..e0324d0753 100644
--- a/engines/scumm/he/sound_he.h
+++ b/engines/scumm/he/sound_he.h
@@ -44,7 +44,7 @@ protected:
HEMusic *_heMusic;
int16 _heMusicTracks;
- Audio::SoundHandle _heSoundChannels[8];
+ Audio::SoundHandle *_heSoundChannels;
public: // Used by createSound()
struct {