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:
scrawl 2012-05-29 01:59:16 +02:00
parent f75266e4ba
commit 8c7cb6909d

View file

@ -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);
}
}