mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-09 13:14:02 +02:00
client/CPlayerInterface.cpp: remove unused variable
This commit is contained in:
parent
ed5df13e50
commit
337f22195c
@ -1042,7 +1042,6 @@ void CPlayerInterface::battleAttack(const BattleAttack * ba)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
auto attackFrom = actionTarget.at(0).hexValue;
|
|
||||||
auto attackTarget = actionTarget.at(1).hexValue;
|
auto attackTarget = actionTarget.at(1).hexValue;
|
||||||
|
|
||||||
//TODO: use information from BattleAttack but not curAction
|
//TODO: use information from BattleAttack but not curAction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user