aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/dialogs_nebular.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-11 22:41:01 -0400
committerPaul Gilbert2014-05-11 22:41:01 -0400
commit604bca43de0c19e64689ce6e12ad3f854549100c (patch)
tree3eface0c5e991c6e523ece3d0bffc9649d18cac8 /engines/mads/nebular/dialogs_nebular.h
parent5e13514d28df811dfcd4f1829b327ce8606ed5ee (diff)
downloadscummvm-rg350-604bca43de0c19e64689ce6e12ad3f854549100c.tar.gz
scummvm-rg350-604bca43de0c19e64689ce6e12ad3f854549100c.tar.bz2
scummvm-rg350-604bca43de0c19e64689ce6e12ad3f854549100c.zip
MADS: Implement the dialog textNoun method
Diffstat (limited to 'engines/mads/nebular/dialogs_nebular.h')
-rw-r--r--engines/mads/nebular/dialogs_nebular.h4
1 files changed, 2 insertions, 2 deletions
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: