fix a problem in talk/command interaction (maybe that also fix the floda receptionist crash...)

svn-id: r11287
This commit is contained in:
Gregory Montoir 2003-11-13 16:17:11 +00:00
parent 2f6a249970
commit ef1595b2a9

View File

@ -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];