From 0a4c1eeca1ebd67cb0dcd891aba9a3c05e8e8a80 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 9 Oct 2016 23:38:39 +0300 Subject: CHEWY: Move all sound functions into sound.* --- engines/chewy/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/chewy/graphics.cpp') 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); -- cgit v1.2.3