1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-26 11:37:12 +00:00

addition to c7010623fb419f928fb369b5e93cbcfe39c0e0c8 : 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);
}
}