mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
fixed bug resposnsible for exception throwed.
This commit is contained in:
parent
cb0d3794f7
commit
17cc6a695c
@ -39,7 +39,7 @@ void CSMTools::ReferenceableCheckStage::perform(int stage, std::vector< std::str
|
||||
|
||||
stage -= activatorSize;
|
||||
|
||||
const int potionSize(mReferencables.getActivators().getSize());
|
||||
const int potionSize(mReferencables.getPotions().getSize());
|
||||
|
||||
if (stage < potionSize)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user