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