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 58ae4c6123..b74c35f524 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -437,7 +437,10 @@ protected: */ void quitGame(); - void surface39(int v1, int v2); + /** + * Set the frame rate for the currently loaded movie + */ + void setMovieFrameRate(double rate); /** * Set up the text borders for the object |