mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-03 07:17:59 +03:00
addition to c7010623fb
: apparently talking _is_ allowed during the starting sequence, it is only disabled via scripts for certain actors
This commit is contained in:
parent
f75266e4ba
commit
8c7cb6909d
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ namespace MWWorld
|
||||||
|
|
||||||
void ActionTalk::execute()
|
void ActionTalk::execute()
|
||||||
{
|
{
|
||||||
if (!MWBase::Environment::get().getWindowManager()->isAllowed(MWGui::GW_Inventory))
|
|
||||||
return;
|
|
||||||
|
|
||||||
MWBase::Environment::get().getDialogueManager()->startDialogue (mActor);
|
MWBase::Environment::get().getDialogueManager()->startDialogue (mActor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue