aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-24 19:22:52 +0000
committerGregory Montoir2003-11-24 19:22:52 +0000
commit07a9638d77503132deeddd8d36ce32cb229e7d3c (patch)
tree68a21f65905c068124a71d97e6721f8916bb2677 /queen/talk.h
parentdad1131be1f3c85ce20d657c7a34144a5cf0b134 (diff)
downloadscummvm-rg350-07a9638d77503132deeddd8d36ce32cb229e7d3c.tar.gz
scummvm-rg350-07a9638d77503132deeddd8d36ce32cb229e7d3c.tar.bz2
scummvm-rg350-07a9638d77503132deeddd8d36ce32cb229e7d3c.zip
fix 'anderson replying twice the same sentence before taking off' issue
svn-id: r11362
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 31e8d80ead..e102dc0842 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -175,7 +175,7 @@ private:
void initialTalk();
//! Find a string in the dialogue tree
- void findDialogueString(byte *ptr, int16 id, char *str);
+ void findDialogueString(byte *ptr, int16 id, int16 max, char *str);
//! Get TalkSelected struct for this talk
TalkSelected *talkSelected();