mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 16:06:44 +00:00
Attempt to fix #5942
Closes OpenMW/openmw#5942 This is an attempt to apply the fix suggested by @Capostrophic
This commit is contained in:
parent
fe2a97ee39
commit
799cf16f31
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ namespace MWMechanics
|
||||||
// Deviating from Morrowind here: it doesn't increase disposition on marginal wins,
|
// Deviating from Morrowind here: it doesn't increase disposition on marginal wins,
|
||||||
// which seems to be a bug (MCP fixes it too).
|
// which seems to be a bug (MCP fixes it too).
|
||||||
// Original logic: x = 0, y = -iPerMinChange
|
// Original logic: x = 0, y = -iPerMinChange
|
||||||
x = -iPerMinChange;
|
x = iPerMinChange;
|
||||||
y = x; // This goes unused.
|
y = x; // This goes unused.
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue