mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-22 11:23:27 -04:00
Merged pull request #1795
This commit is contained in:
commit
caad14093e
@ -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…
x
Reference in New Issue
Block a user