mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-24 00:39:49 +00:00
Removed dialogue fix again, now on separate branch
This commit is contained in:
parent
df8e502f8c
commit
373de19aee
@ -11,11 +11,7 @@ namespace MWWorld
|
||||
|
||||
bool ActionTalk::executeImp (const Ptr& actor)
|
||||
{
|
||||
if (MWBase::Environment::get().getInputManager ()->getControlSwitch ("playercontrols"))
|
||||
{
|
||||
MWBase::Environment::get().getDialogueManager()->startDialogue (getTarget());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
MWBase::Environment::get().getDialogueManager()->startDialogue (getTarget());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user