1
0
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:
Marek Kochanowicz 2014-01-13 18:34:28 +01:00
parent cb0d3794f7
commit 17cc6a695c

View File

@ -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)
{