diff options
Diffstat (limited to 'engines/titanic/true_talk/bellbot_script.cpp')
-rw-r--r-- | engines/titanic/true_talk/bellbot_script.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/titanic/true_talk/bellbot_script.cpp b/engines/titanic/true_talk/bellbot_script.cpp index 794e67130f..0e11aeaddf 100644 --- a/engines/titanic/true_talk/bellbot_script.cpp +++ b/engines/titanic/true_talk/bellbot_script.cpp @@ -38,11 +38,8 @@ BellbotScript::BellbotScript(int val1, const char *charClass, int v2, randomizeFlags(); _array[0] = 100; _array[1] = 0; -} -int BellbotScript::proc6(TTnpcScript *npcScript, TTsentence *sentence, uint tag) { - warning("TODO"); - return 2; + load("Responses/Bellbot"); } void BellbotScript::proc7(int v1, int v2) { |