From 604bca43de0c19e64689ce6e12ad3f854549100c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 11 May 2014 22:41:01 -0400 Subject: MADS: Implement the dialog textNoun method --- engines/mads/nebular/dialogs_nebular.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mads/nebular/dialogs_nebular.h') diff --git a/engines/mads/nebular/dialogs_nebular.h b/engines/mads/nebular/dialogs_nebular.h index 60a215197f..643d440d67 100644 --- a/engines/mads/nebular/dialogs_nebular.h +++ b/engines/mads/nebular/dialogs_nebular.h @@ -41,9 +41,9 @@ private: DialogsNebular(MADSEngine *vm): Dialogs(vm) {} - Common::String getVocab(int vocabId); + virtual Common::String getVocab(int vocabId); - bool textNoun(Common::String &dialogText, int nounNum, const Common::String &valStr); + bool textNoun(Common::String &dest, int nounId, const Common::String &source); bool commandCheck(const char *idStr, Common::String &valStr, const Common::String &command); public: -- cgit v1.2.3