mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Issue #356: added a missing return
This commit is contained in:
parent
9de7b3bf90
commit
2ccd7a480d
@ -142,6 +142,8 @@ namespace MWMechanics
|
|||||||
|
|
||||||
result.first.list.push_back (effect);
|
result.first.list.push_back (effect);
|
||||||
result.second = true;
|
result.second = true;
|
||||||
|
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw std::runtime_error ("ID " + id + " can not produce lasting effects");
|
throw std::runtime_error ("ID " + id + " can not produce lasting effects");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user