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 a296752004..52d8a19145 100644
--- a/engines/titanic/true_talk/bellbot_script.cpp
+++ b/engines/titanic/true_talk/bellbot_script.cpp
@@ -59,17 +59,17 @@ int BellbotScript::proc15() const {
return 0;
}
-int BellbotScript::proc16() const {
+bool BellbotScript::proc16() const {
warning("TODO");
return 0;
}
-int BellbotScript::proc17() const {
+bool BellbotScript::proc17() const {
warning("TODO");
return 0;
}
-int BellbotScript::proc18() const {
+bool BellbotScript::proc18() const {
warning("TODO");
return 0;
}