aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/bellbot_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/bellbot_script.h')
-rw-r--r--engines/titanic/true_talk/bellbot_script.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/bellbot_script.h b/engines/titanic/true_talk/bellbot_script.h
index 141346f820..b6aa92ee0f 100644
--- a/engines/titanic/true_talk/bellbot_script.h
+++ b/engines/titanic/true_talk/bellbot_script.h
@@ -43,7 +43,10 @@ public:
BellbotScript(int val1, const char *charClass, int v2,
const char *charName, int v3, int val2);
- virtual void proc7(int v1, int v2);
+ /**
+ * Does NPC specific processing of the parsed sentence
+ */
+ virtual int process(TTroomScript *roomScript, TTsentence *sentence);
/**
* Called when the script/id changes