From cf805b07d33adb7809f88e8e5d297831d75df166 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 22:13:55 -0400 Subject: TITANIC: Adding NPC Script support methods --- engines/titanic/true_talk/tt_npc_script.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/titanic/true_talk/tt_npc_script.h') diff --git a/engines/titanic/true_talk/tt_npc_script.h b/engines/titanic/true_talk/tt_npc_script.h index 8a17064034..2bd4e6dae3 100644 --- a/engines/titanic/true_talk/tt_npc_script.h +++ b/engines/titanic/true_talk/tt_npc_script.h @@ -263,6 +263,9 @@ protected: * Updates the current dial with the given delta */ void updateCurrentDial(bool changeDial); + + bool fn10(bool flag); + public: static void init(); static void deinit(); -- cgit v1.2.3