aboutsummaryrefslogtreecommitdiff
path: root/sky/sound.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-05-29 16:47:14 +0000
committerRobert Göffringmann2003-05-29 16:47:14 +0000
commit74bc20597c20b151a405cdf931c05a71c2a61983 (patch)
treedca15258014f16c9477a77c48f94eda060b4ade7 /sky/sound.h
parentc991d40c583dfeb315c44e342aefc36113abb634 (diff)
downloadscummvm-rg350-74bc20597c20b151a405cdf931c05a71c2a61983.tar.gz
scummvm-rg350-74bc20597c20b151a405cdf931c05a71c2a61983.tar.bz2
scummvm-rg350-74bc20597c20b151a405cdf931c05a71c2a61983.zip
fixed sound driver.
svn-id: r8108
Diffstat (limited to 'sky/sound.h')
-rw-r--r--sky/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/sound.h b/sky/sound.h
index 3f3ff84c34..753e358820 100644
--- a/sky/sound.h
+++ b/sky/sound.h
@@ -49,6 +49,8 @@ public:
private:
SkyDisk *_skyDisk;
+ uint8 _soundsTotal;
+ uint16 _sfxBaseOfs;
uint8 *_soundData;
uint8 *_sampleRates, *_sfxInfo;
};