mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
client/CPlayerInterface.cpp: remove unused variable
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user