aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-05 19:18:27 -0400
committerPaul Gilbert2016-08-05 19:18:27 -0400
commitde775c6bda1fd714cb8a4189dec9d21045fdf81e (patch)
tree6ac7575984f4227a7facbe760ffc6e5e6af2c562 /engines/titanic/support
parent7f947c0ef37924e713cc4c084bd8ec95ac44bfaa (diff)
downloadscummvm-rg350-de775c6bda1fd714cb8a4189dec9d21045fdf81e.tar.gz
scummvm-rg350-de775c6bda1fd714cb8a4189dec9d21045fdf81e.tar.bz2
scummvm-rg350-de775c6bda1fd714cb8a4189dec9d21045fdf81e.zip
TITANIC: Starting to flesh out sound loading
Diffstat (limited to 'engines/titanic/support')
-rw-r--r--engines/titanic/support/movie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/support/movie.cpp b/engines/titanic/support/movie.cpp
index 8810cf0a6c..5453d8ca9c 100644
--- a/engines/titanic/support/movie.cpp
+++ b/engines/titanic/support/movie.cpp
@@ -199,8 +199,8 @@ int OSMovie::getFrame() const {
}
void OSMovie::movieStarted() {
- if (_aviSurface._hasAudio)
- _aviSurface._soundManager->movieStarted();
+ //if (_aviSurface._hasAudio)
+ // _aviSurface._soundManager->movieStarted();
// Register the movie in the playing list
addToPlayingMovies();