aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/graphics.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-09 23:38:39 +0300
committerFilippos Karapetis2016-10-09 23:38:39 +0300
commit0a4c1eeca1ebd67cb0dcd891aba9a3c05e8e8a80 (patch)
tree833b69046bcba512007045913e94d22e11f953c1 /engines/chewy/graphics.cpp
parentc1e44df357a310a6020e472881e0d1ed29c8ab37 (diff)
downloadscummvm-rg350-0a4c1eeca1ebd67cb0dcd891aba9a3c05e8e8a80.tar.gz
scummvm-rg350-0a4c1eeca1ebd67cb0dcd891aba9a3c05e8e8a80.tar.bz2
scummvm-rg350-0a4c1eeca1ebd67cb0dcd891aba9a3c05e8e8a80.zip
CHEWY: Move all sound functions into sound.*
Diffstat (limited to 'engines/chewy/graphics.cpp')
-rw-r--r--engines/chewy/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/graphics.cpp b/engines/chewy/graphics.cpp
index de95b11440..5db2a76398 100644
--- a/engines/chewy/graphics.cpp
+++ b/engines/chewy/graphics.cpp
@@ -115,7 +115,7 @@ void Graphics::drawText(Common::String text, uint x, uint y) {
}
void Graphics::playVideo(uint num) {
- CfoDecoder *cfoDecoder = new CfoDecoder(_vm->_mixer);
+ CfoDecoder *cfoDecoder = new CfoDecoder(_vm->_sound);
VideoResource *videoResource = new VideoResource("cut.tap");
Common::SeekableReadStream *videoStream = videoResource->getVideoStream(num);