aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorGregory Montoir2004-01-02 20:05:18 +0000
committerGregory Montoir2004-01-02 20:05:18 +0000
commit8bd9ce2949ca7e607da2aa18d3af7cd8e8d25a09 (patch)
treefbf95fb2723091aa63c94e9b4729dc05420b4d3e /queen/talk.h
parentbf23fe5fea5713a38954b43c4d13abb8320938b4 (diff)
downloadscummvm-rg350-8bd9ce2949ca7e607da2aa18d3af7cd8e8d25a09.tar.gz
scummvm-rg350-8bd9ce2949ca7e607da2aa18d3af7cd8e8d25a09.tar.bz2
scummvm-rg350-8bd9ce2949ca7e607da2aa18d3af7cd8e8d25a09.zip
- added missing MOVE_SPEAK code (only CHEF.DOG seems to use that)
- clear Talk::_dialogueTree[0] to avoid problems when accessing oldLevel / level 0 svn-id: r12093
Diffstat (limited to 'queen/talk.h')
-rw-r--r--queen/talk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.h b/queen/talk.h
index e94315f670..8e5a4ce161 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -194,7 +194,7 @@ private:
bool speak(const char *sentence, Person *person, const char *voiceFilePrefix);
//! Convert command in sentence to command code
- int getSpeakCommand(const char *sentence, unsigned &index);
+ int getSpeakCommand(const Person *person, const char *sentence, unsigned &index);
//! Speak a part of a sentence
void speakSegment(