Skip to content

Commit

Permalink
fixup prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 11, 2014
1 parent 0d6f146 commit 33689f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports.cpp
Expand Up @@ -774,7 +774,7 @@ static int attack_info(const attack_type &at, config &res, const unit &u, const
std::set<std::string> seen_types;
const team &unit_team = resources::disp_context->teams()[u.side() - 1];
const team &viewing_team = resources::disp_context->teams()[resources::screen->viewing_team()];
BOOST_FOREACH(const unit &enemy, *resources::disp_context->units())
BOOST_FOREACH(const unit &enemy, resources::disp_context->units())
{
if (enemy.incapacitated()) //we can't attack statues so don't display them in this tooltip
continue;
Expand Down

0 comments on commit 33689f6

Please sign in to comment.