Fixup 19bbfed
(forgot to remove a now-unused variable)
This commit is contained in:
parent
45e8712ecd
commit
5dd7a16133
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ void attack_analysis::analyze(const gamemap& map, unit_map& units,
|
|||
assert(!movements.empty());
|
||||
std::vector<std::pair<map_location,map_location> >::const_iterator m;
|
||||
|
||||
battle_context *prev_bc = nullptr;
|
||||
const combatant *prev_def = nullptr;
|
||||
|
||||
for (m = movements.begin(); m != movements.end(); ++m) {
|
||||
|
|
Loading…
Add table
Reference in a new issue