1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

client/CPlayerInterface.cpp: remove unused variable

This commit is contained in:
Johannes 'josch' Schauer 2018-04-19 15:26:39 +02:00
parent ed5df13e50
commit 337f22195c
No known key found for this signature in database
GPG Key ID: F2CBA5C78FBD83E1

View File

@ -1042,7 +1042,6 @@ void CPlayerInterface::battleAttack(const BattleAttack * ba)
}
else
{
auto attackFrom = actionTarget.at(0).hexValue;
auto attackTarget = actionTarget.at(1).hexValue;
//TODO: use information from BattleAttack but not curAction