aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/sound.h')
-rw-r--r--engines/neverhood/sound.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/neverhood/sound.h b/engines/neverhood/sound.h
index 1f0940c353..8bfd5af2aa 100644
--- a/engines/neverhood/sound.h
+++ b/engines/neverhood/sound.h
@@ -184,8 +184,8 @@ private:
struct AudioResourceManSoundItem {
uint32 _fileHash;
- int _resourceHandle;
- byte *_data;
+ ResourceHandle _resourceHandle;
+ const byte *_data;
bool _isLoaded;
bool _isPlaying;
int16 _volume;
@@ -195,8 +195,6 @@ struct AudioResourceManSoundItem {
struct AudioResourceManMusicItem {
uint32 _fileHash;
- // streamIndex dw
- // needCreate db
bool _isPlaying;
bool _remove;
int16 _volume;
@@ -207,8 +205,6 @@ struct AudioResourceManMusicItem {
int16 _fadeVolume;
int16 _fadeVolumeStep;
Audio::SoundHandle _soundHandle;
- // status dw
- // updateCounter dd
};
class AudioResourceMan {