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

Remove unused variable

This commit is contained in:
Tomasz Zieliński 2023-07-16 08:23:37 +02:00 committed by Andrii Danylchenko
parent 5bffea0aac
commit e483f06e0f

View File

@ -316,8 +316,6 @@ uint64_t RewardEvaluator::getArmyGrowth(
const CGHeroInstance * hero,
const CCreatureSet * army) const
{
const float enemyArmyEliminationRewardRatio = 0.5f;
if(!target)
return 0;