forked from teamnwah/openmw-tes3coop
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()
|
||||
{
|
||||
if (!MWBase::Environment::get().getWindowManager()->isAllowed(MWGui::GW_Inventory))
|
||||
return;
|
||||
|
||||
MWBase::Environment::get().getDialogueManager()->startDialogue (mActor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue