fixed bug resposnsible for exception throwed.

actorid
Marek Kochanowicz 11 years ago
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…
Cancel
Save