diff options
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r-- | engines/titanic/core/game_object.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index 66aa9c400c..9d24f8eac1 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -115,7 +115,10 @@ public: */ virtual void draw(CScreenManager *screenManager); - void fn2(); + /** + * Stops any movie currently playing for the object + */ + void stopMovie(); bool checkPoint(const Point &pt, int v0, int v1); }; |