forked from mirror/openmw-tes3mp
Remove stray line
This commit is contained in:
parent
675bd09462
commit
1c2e04747d
1 changed files with 1 additions and 2 deletions
|
@ -449,7 +449,6 @@ namespace MWDialogue
|
|||
MWBase::Environment::get().getWindowManager()->removeGuiMode(MWGui::GM_Dialogue);
|
||||
|
||||
// Clamp permanent disposition change so that final disposition doesn't go below 0 (could happen with intimidate)
|
||||
|
||||
float curDisp = static_cast<float>(MWBase::Environment::get().getMechanicsManager()->getDerivedDisposition(mActor, false));
|
||||
if (curDisp + mPermanentDispositionChange < 0)
|
||||
mPermanentDispositionChange = -curDisp;
|
||||
|
|
Loading…
Reference in a new issue