aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorGregory Montoir2003-11-13 16:17:11 +0000
committerGregory Montoir2003-11-13 16:17:11 +0000
commitef1595b2a9e6bab5e2f5caeacd1264b1bca07a6d (patch)
treec48be55be617cff736ccdbd4b1c1b8ee2d5d892f /queen
parent2f6a249970c7fad3e80b2d48425a21155ee7dbbf (diff)
downloadscummvm-rg350-ef1595b2a9e6bab5e2f5caeacd1264b1bca07a6d.tar.gz
scummvm-rg350-ef1595b2a9e6bab5e2f5caeacd1264b1bca07a6d.tar.bz2
scummvm-rg350-ef1595b2a9e6bab5e2f5caeacd1264b1bca07a6d.zip
fix a problem in talk/command interaction (maybe that also fix the floda receptionist crash...)
svn-id: r11287
Diffstat (limited to 'queen')
-rw-r--r--queen/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index 3c0bdb56ec..969cd652e0 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -864,7 +864,7 @@ bool Command::executeIfDialog(const char *description) {
_graphics->textClear(CmdText::COMMAND_Y_POS, CmdText::COMMAND_Y_POS);
- _logic->dialogue(description, _curCmd.noun, cutaway);
+ _logic->dialogue(description, _selCmd.noun, cutaway);
while (cutaway[0] != '\0') {
char currentCutaway[20];