Skip to content

Commit

Permalink
Merge branch 'fixbug21723'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jul 7, 2014
2 parents d56847c + 5377561 commit 4b1fe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.cpp
Expand Up @@ -2528,7 +2528,7 @@ void display::draw_hex(const map_location& loc) {

for( ; overlays.first != overlays.second; ++overlays.first) {
if ((overlays.first->second.team_name == "" ||
overlays.first->second.team_name.find(dc_->teams()[playing_team()].team_name()) != std::string::npos)
overlays.first->second.team_name.find(dc_->teams()[viewing_team()].team_name()) != std::string::npos)
&& !(fogged(loc) && !overlays.first->second.visible_in_fog))
{
const surface surf = use_local_light
Expand Down

0 comments on commit 4b1fe60

Please sign in to comment.