aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/sound.h')
-rw-r--r--engines/cryo/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/sound.h b/engines/cryo/sound.h
index 54c6f2dca2..25129fcdfd 100644
--- a/engines/cryo/sound.h
+++ b/engines/cryo/sound.h
@@ -58,7 +58,7 @@ public:
bool setDatas(void *data, int length, bool isSigned);
void playNextSample(SoundChannel *ch);
- sound_t *_sounds[kCryoMaxClSounds];
+ Sound *_sounds[kCryoMaxClSounds];
int16 _numSounds;
int16 _soundIndex;
int16 _playIndex;