aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sound_he.h
diff options
context:
space:
mode:
authorOri Avtalion2016-05-21 13:55:38 +0300
committerOri Avtalion2016-05-21 13:55:38 +0300
commit3ad6af92f20b98b3c7a5045fe8e55045cff9caf1 (patch)
tree5c9d1d47dbeff6a9ec20d84c925da19b199c917c /engines/scumm/he/sound_he.h
parent10cbeb1ac6be299c06297c0f2c69e7cc8a5cb7cc (diff)
downloadscummvm-rg350-3ad6af92f20b98b3c7a5045fe8e55045cff9caf1.tar.gz
scummvm-rg350-3ad6af92f20b98b3c7a5045fe8e55045cff9caf1.tar.bz2
scummvm-rg350-3ad6af92f20b98b3c7a5045fe8e55045cff9caf1.zip
SCUMM: Reduce audio header dependencies
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 {