aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/bellbot_script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/bellbot_script.cpp')
-rw-r--r--engines/titanic/true_talk/bellbot_script.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/true_talk/bellbot_script.cpp b/engines/titanic/true_talk/bellbot_script.cpp
index 7954b7f731..1da2726b17 100644
--- a/engines/titanic/true_talk/bellbot_script.cpp
+++ b/engines/titanic/true_talk/bellbot_script.cpp
@@ -76,7 +76,7 @@ int BellbotScript::proc21(int v1, int v2, int v3) {
return 0;
}
-int BellbotScript::proc22() const {
+int BellbotScript::proc22(int id) const {
warning("TODO");
return 0;
}
@@ -91,12 +91,12 @@ const int *BellbotScript::getTablePtr(int id) {
return nullptr;
}
-int BellbotScript::proc25() const {
+int BellbotScript::proc25(int val1, int val2, TTroomScript *roomScript, TTsentence *sentence) const {
warning("TODO");
return 0;
}
-void BellbotScript::proc26() {
+void BellbotScript::proc26(int v1, const TTsentenceEntry *entry, TTroomScript *roomScript, TTsentence *sentence) {
}
int BellbotScript::proc36(int id) const {