aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-05-27 20:55:09 +1000
committerPaul Gilbert2011-05-27 20:55:09 +1000
commitfd4c55850d0afd40be779169c917bdbf34ba7959 (patch)
tree554bf4ca7f3975bf85522531d325ec229d855bf3 /engines/tsage/sound.h
parent1d190139125bd5ed0af43213c779a71b3b0615f5 (diff)
downloadscummvm-rg350-fd4c55850d0afd40be779169c917bdbf34ba7959.tar.gz
scummvm-rg350-fd4c55850d0afd40be779169c917bdbf34ba7959.tar.bz2
scummvm-rg350-fd4c55850d0afd40be779169c917bdbf34ba7959.zip
TSAGE: Bugfixes for sound de-initialisation
Diffstat (limited to 'engines/tsage/sound.h')
-rw-r--r--engines/tsage/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tsage/sound.h b/engines/tsage/sound.h
index 0f361e00bd..eebb549a76 100644
--- a/engines/tsage/sound.h
+++ b/engines/tsage/sound.h
@@ -257,7 +257,7 @@ public:
int _field58[SOUND_ARR_SIZE];
int _field68[SOUND_ARR_SIZE];
int _field78[SOUND_ARR_SIZE];
- int _field98[SOUND_ARR_SIZE];
+ int _voiceStructIndex[SOUND_ARR_SIZE];
int _fieldA8[SOUND_ARR_SIZE];
int _fieldB8[SOUND_ARR_SIZE];
int _fieldC8[SOUND_ARR_SIZE];
@@ -268,6 +268,7 @@ public:
byte *_field26E;
public:
Sound();
+ ~Sound();
void play(int soundNum);
void stop();