aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_handler.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-24 23:08:46 -0400
committerPaul Gilbert2016-07-24 23:08:46 -0400
commit3c547b6b354fc54a19dc88cc2470fb51093eb5bb (patch)
treef5a008e5ee8646c95cf1443fda06e97706f0594d /engines/titanic/true_talk/script_handler.h
parentd59b012442289e81f021957306bee36de294aac5 (diff)
downloadscummvm-rg350-3c547b6b354fc54a19dc88cc2470fb51093eb5bb.tar.gz
scummvm-rg350-3c547b6b354fc54a19dc88cc2470fb51093eb5bb.tar.bz2
scummvm-rg350-3c547b6b354fc54a19dc88cc2470fb51093eb5bb.zip
TITANIC: Load word lists for each NPC Script class
Diffstat (limited to 'engines/titanic/true_talk/script_handler.h')
-rw-r--r--engines/titanic/true_talk/script_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/true_talk/script_handler.h b/engines/titanic/true_talk/script_handler.h
index 11976d902d..193c60f719 100644
--- a/engines/titanic/true_talk/script_handler.h
+++ b/engines/titanic/true_talk/script_handler.h
@@ -43,8 +43,8 @@ private:
int _inputCtr;
int _field30;
private:
- void handleWord1(TTstring &str);
- void handleWord2(TTstring &str);
+ void handleWord1(const TTstring *str);
+ void handleWord2(const TTstring *str);
public:
TTparser _parser;
TTvocab *_vocab;
@@ -81,7 +81,7 @@ public:
*/
int setResponse(TTscriptBase *script, TTresponse *response);
- void handleWord(TTstring &str);
+ void handleWord(const TTstring *str);
};
} // End of namespace Titanic