Make Goodbye block using hyperlinks

remotes/1728160796594174844/tmp_0.7.0-alpha
Capostrophic 7 years ago committed by GitHub
parent d9de8ccb5b
commit bded697f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -629,6 +629,9 @@ namespace MWGui
void DialogueWindow::onTopicActivated(const std::string &topicId)
{
if (mGoodbye)
return;
MWBase::Environment::get().getDialogueManager()->keywordSelected(topicId, mCallback.get());
updateTopics();
}

Loading…
Cancel
Save