Exit out of choice when no responses are found (Fixes #2525)

openmw-36
scrawl 10 years ago
parent 3b8b217888
commit ac88326909

@ -485,6 +485,12 @@ namespace MWDialogue
executeScript (info->mResultScript);
}
else
{
mChoice = -1;
mIsInChoice = false;
MWBase::Environment::get().getWindowManager()->getDialogueWindow()->clearChoices();
}
}
}

Loading…
Cancel
Save