mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 05:14:10 +00:00
Fixed garage value found in beta's static analysis
Source: https://forum.openmw.org/viewtopic.php?f=6&t=2059#p23844
This commit is contained in:
parent
6733a1541e
commit
3484df0743
1 changed files with 2 additions and 0 deletions
|
@ -823,6 +823,8 @@ namespace MWMechanics
|
||||||
alarm = esmStore.get<ESM::GameSetting>().find("iAlarmKilling")->getInt();
|
alarm = esmStore.get<ESM::GameSetting>().find("iAlarmKilling")->getInt();
|
||||||
else if (type == OT_Theft)
|
else if (type == OT_Theft)
|
||||||
alarm = esmStore.get<ESM::GameSetting>().find("iAlarmStealing")->getInt();
|
alarm = esmStore.get<ESM::GameSetting>().find("iAlarmStealing")->getInt();
|
||||||
|
else
|
||||||
|
return false;
|
||||||
|
|
||||||
// Innocent until proven guilty
|
// Innocent until proven guilty
|
||||||
bool reported = false;
|
bool reported = false;
|
||||||
|
|
Loading…
Reference in a new issue