1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

formatting

This commit is contained in:
AlexVinS 2015-03-19 09:54:53 +03:00
parent 9600446cf9
commit e1b9df9d0c

View File

@ -228,7 +228,7 @@ void EarthquakeMechanics::applyBattleEffects(const SpellCastEnvironment * env, B
break;
}
}
if(bsr.stackIDs.size()>0)
if(bsr.stackIDs.size() > 0)
env->sendAndApply(&bsr);
}
};