mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Remove unused variable
This commit is contained in:
committed by
Andrii Danylchenko
parent
5bffea0aac
commit
e483f06e0f
@@ -316,8 +316,6 @@ uint64_t RewardEvaluator::getArmyGrowth(
|
|||||||
const CGHeroInstance * hero,
|
const CGHeroInstance * hero,
|
||||||
const CCreatureSet * army) const
|
const CCreatureSet * army) const
|
||||||
{
|
{
|
||||||
const float enemyArmyEliminationRewardRatio = 0.5f;
|
|
||||||
|
|
||||||
if(!target)
|
if(!target)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user