Fix a minor problem with my last commit.

This commit is contained in:
Mark de Wever 2009-01-24 17:25:37 +00:00
parent d6683649ea
commit ef57c76b18

View file

@ -2828,6 +2828,7 @@ unit_map::iterator handle_speaker(
} }
(screen)->draw(false); (screen)->draw(false);
LOG_DP << "done scrolling to speaker...\n";
return speaker; return speaker;
} }
@ -2924,7 +2925,6 @@ unit_map::iterator handle_speaker(
caption = speaker->second.type_name(); caption = speaker->second.type_name();
} }
} }
LOG_DP << "done scrolling to speaker...\n";
} }