Clear command text before talking.

svn-id: r11274
This commit is contained in:
David Eriksson 2003-11-13 08:17:40 +00:00
parent 66d9b4315a
commit 6e8d22db35

View File

@ -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') {