1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Merge with vcmi/develop branch

This commit is contained in:
Ivan Savenko
2022-12-30 00:52:23 +02:00
136 changed files with 739 additions and 456 deletions

View File

@ -308,7 +308,7 @@ std::vector<BattleHex> CStack::meleeAttackHexes(const battle::Unit * attacker, c
res.push_back(otherDefenderPos);
}
}
UNUSED(mask);
MAYBE_UNUSED(mask);
return res;
}