From e2d3a0a32f62c6865397ca23984e15fbf6af5a3a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 1 Jun 2016 21:59:46 -0400 Subject: TITANIC: Adding setDial method --- engines/titanic/true_talk/true_talk_manager.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/titanic/true_talk/true_talk_manager.h') diff --git a/engines/titanic/true_talk/true_talk_manager.h b/engines/titanic/true_talk/true_talk_manager.h index ef226f2364..3140e72724 100644 --- a/engines/titanic/true_talk/true_talk_manager.h +++ b/engines/titanic/true_talk/true_talk_manager.h @@ -109,11 +109,6 @@ private: static bool proximityMethod1(int val); - /** - * Return the game manager - */ - CGameManager *getGameManager() const; - /** * Return the game state */ @@ -192,6 +187,11 @@ public: */ void removeCompleted(); + /** + * Return the game manager + */ + CGameManager *getGameManager() const; + void update2(); /** -- cgit v1.2.3