aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/video.h
diff options
context:
space:
mode:
authorStrangerke2017-01-03 16:24:12 -0800
committerEugene Sandulenko2017-01-25 22:42:20 +0100
commitb669a704e2c4bf13894f2729fbd8c63bdebba082 (patch)
tree20db4aeb929d6ed50b102939b82ed478e3e79384 /engines/cryo/video.h
parentc667702f2c6f9e4adc301eb0a11f4c3c327076ad (diff)
downloadscummvm-rg350-b669a704e2c4bf13894f2729fbd8c63bdebba082.tar.gz
scummvm-rg350-b669a704e2c4bf13894f2729fbd8c63bdebba082.tar.bz2
scummvm-rg350-b669a704e2c4bf13894f2729fbd8c63bdebba082.zip
CRYO: rename SoundChannel, get rid of soundraw
Diffstat (limited to 'engines/cryo/video.h')
-rw-r--r--engines/cryo/video.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cryo/video.h b/engines/cryo/video.h
index 5d2e5999fe..144c8e03a4 100644
--- a/engines/cryo/video.h
+++ b/engines/cryo/video.h
@@ -70,9 +70,9 @@ private:
void (*_customChunkHandler)(byte *buffer, int size, int16 id, char h6, char h7);
- soundchannel_t *_soundChannel;
+ SoundChannel *_soundChannel;
SoundGroup *_soundGroup;
- soundchannel_t *_soundChannelAdpcm;
+ SoundChannel *_soundChannelAdpcm;
SoundGroup *_soundGroupAdpcm;
public:
@@ -99,7 +99,7 @@ public:
hnm_t *resetInternals();
void setFile(hnm_t *hnm, Common::File *file);
- soundchannel_t *getSoundChannel();
+ SoundChannel *getSoundChannel();
};
} // End of namespace Cryo