aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/video.h
diff options
context:
space:
mode:
authorStrangerke2016-11-29 22:42:59 -0800
committerEugene Sandulenko2017-01-25 22:42:09 +0100
commitf3bb961fec26c0cebf670383d2eaa0534f66c54a (patch)
tree0562bc9259f9a17c351462d0476c1f7064a8107d /engines/cryo/video.h
parent878a3c85157a6d92a594cd7cc51bef9f61604a1b (diff)
downloadscummvm-rg350-f3bb961fec26c0cebf670383d2eaa0534f66c54a.tar.gz
scummvm-rg350-f3bb961fec26c0cebf670383d2eaa0534f66c54a.tar.bz2
scummvm-rg350-f3bb961fec26c0cebf670383d2eaa0534f66c54a.zip
CRYO: Turn soundgroup_t into a class
Diffstat (limited to 'engines/cryo/video.h')
-rw-r--r--engines/cryo/video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/video.h b/engines/cryo/video.h
index ea41905479..a3a2f6dab6 100644
--- a/engines/cryo/video.h
+++ b/engines/cryo/video.h
@@ -71,9 +71,9 @@ private:
void (*_customChunkHandler)(byte *buffer, int size, int16 id, char h6, char h7);
soundchannel_t *_soundChannel;
- soundgroup_t *_soundGroup;
+ SoundGroup *_soundGroup;
soundchannel_t *_soundChannelAdpcm;
- soundgroup_t *_soundGroupAdpcm;
+ SoundGroup *_soundGroupAdpcm;
public:
uint16 _curVideoNum;