Fixed garage value found in beta's static analysis

Source: https://forum.openmw.org/viewtopic.php?f=6&t=2059#p23844
actorid
Jeffrey Haines 11 years ago
parent 6733a1541e
commit 3484df0743

@ -823,6 +823,8 @@ namespace MWMechanics
alarm = esmStore.get<ESM::GameSetting>().find("iAlarmKilling")->getInt();
else if (type == OT_Theft)
alarm = esmStore.get<ESM::GameSetting>().find("iAlarmStealing")->getInt();
else
return false;
// Innocent until proven guilty
bool reported = false;

Loading…
Cancel
Save