aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorDavid Eriksson2003-11-13 08:17:40 +0000
committerDavid Eriksson2003-11-13 08:17:40 +0000
commit6e8d22db352434682bc337708dfbe70b0e5bf051 (patch)
treedbea0678df383f95a1d2dd6bc4b4a8138781ad02 /queen
parent66d9b4315a7dc84e9fe14cc6a464f4563b014661 (diff)
downloadscummvm-rg350-6e8d22db352434682bc337708dfbe70b0e5bf051.tar.gz
scummvm-rg350-6e8d22db352434682bc337708dfbe70b0e5bf051.tar.bz2
scummvm-rg350-6e8d22db352434682bc337708dfbe70b0e5bf051.zip
Clear command text before talking.
svn-id: r11274
Diffstat (limited to 'queen')
-rw-r--r--queen/command.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index 7d7c8ccca9..182820736d 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -862,6 +862,8 @@ bool Command::executeIfDialog(const char *description) {
scumm_stricmp(description + strlen(description) - 4, ".dog") == 0) {
char cutaway[20];
+ _graphics->textClear(CmdText::COMMAND_Y_POS, CmdText::COMMAND_Y_POS);
+
_logic->dialogue(description, _curCmd.noun, cutaway);
while (cutaway[0] != '\0') {