aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-29 22:36:12 -0500
committerPaul Gilbert2017-01-29 22:36:12 -0500
commit9059779b9d214ffd380370fc309d707d10d7440d (patch)
tree37b8a282feaaa48800056aade8cf8ad1ae35c79d /engines/titanic/core
parent1948b62a80f056050f94c8a56f00de58f42394b2 (diff)
downloadscummvm-rg350-9059779b9d214ffd380370fc309d707d10d7440d.tar.gz
scummvm-rg350-9059779b9d214ffd380370fc309d707d10d7440d.tar.bz2
scummvm-rg350-9059779b9d214ffd380370fc309d707d10d7440d.zip
TITANIC: Implementing initialization and trigger for CMusicWave
Diffstat (limited to 'engines/titanic/core')
-rw-r--r--engines/titanic/core/game_object.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h
index 30b3321128..a56095c60f 100644
--- a/engines/titanic/core/game_object.h
+++ b/engines/titanic/core/game_object.h
@@ -462,11 +462,6 @@ protected:
*/
void setPassengerClass(PassengerClass newClass);
- /**
- * Overrides whether the object's movie has audio timing
- */
- void movieSetAudioTiming(bool flag);
-
void fn10(int v1, int v2, int v3);
/**
@@ -638,6 +633,11 @@ public:
void stopMovie();
/**
+ * Overrides whether the object's movie has audio timing
+ */
+ void movieSetAudioTiming(bool flag);
+
+ /**
* Get the current movie frame
*/
int getMovieFrame() const;