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

This commit is contained in:
scrawl 2015-05-08 23:57:23 +02:00
parent 3b8b217888
commit ac88326909

View file

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