aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/game_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r--engines/titanic/core/game_object.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h
index e2170a81d5..cb6a8529fb 100644
--- a/engines/titanic/core/game_object.h
+++ b/engines/titanic/core/game_object.h
@@ -261,14 +261,19 @@ protected:
int addTimer(uint firstDuration, uint repeatDuration = 0);
/**
+ * Stops a timer
+ */
+ void stopTimer(int id);
+
+ /**
* Start an animation timer
*/
int startAnimTimer(const CString &action, uint firstDuration, uint repeatDuration = 0);
/**
- * Stops a timer
+ * Stop an animation timer
*/
- void stopTimer(int id);
+ void stopAnimTimer(int id);
/**
* Causes the game to sleep for the specified time