From a5e6d1e345872cfec5101912db50514b74cf4e38 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 11 Jun 2016 21:21:12 -0400 Subject: TITANIC: Remove deprecated NPC methods for data now loaded from DAT file --- engines/titanic/true_talk/tt_npc_script.cpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'engines/titanic/true_talk/tt_npc_script.cpp') diff --git a/engines/titanic/true_talk/tt_npc_script.cpp b/engines/titanic/true_talk/tt_npc_script.cpp index 2bfef608dd..0de460cce3 100644 --- a/engines/titanic/true_talk/tt_npc_script.cpp +++ b/engines/titanic/true_talk/tt_npc_script.cpp @@ -267,18 +267,6 @@ int TTnpcScript::proc12() const { return 1; } -bool TTnpcScript::loadQuotes() { - // Original did a load of a global quotes here the first time - // this method is called. ScummVM implementation has refactored - // the loading to the CTrueTalkManager constructor - - if (!proc18()) { - return false; - } else { - return proc17(); - } -} - void TTnpcScript::selectResponse(int id) { if (id >= 200000 && id <= 290264) id = getDialogueId(id); @@ -295,14 +283,6 @@ bool TTnpcScript::handleQuote(TTroomScript *roomScript, TTsentence *sentence, return true; } -bool TTnpcScript::proc17() const { - return true; -} - -bool TTnpcScript::proc18() const { - return true; -} - uint TTnpcScript::getRangeValue(uint id) { TTscriptRange *range = findRange(id); if (!range) -- cgit v1.2.3