forked from mirror/openmw-tes3mp
Make Goodbye block using hyperlinks
This commit is contained in:
parent
d9de8ccb5b
commit
bded697f07
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue