Skip to content

Commit

Permalink
Make a function static.
Browse files Browse the repository at this point in the history
  • Loading branch information
mordante committed Jun 7, 2014
1 parent bb1b407 commit 6663ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_preferences.cpp
Expand Up @@ -1059,7 +1059,7 @@ void encounter_start_units(const unit_map& units){
}
}

void encounter_recallable_units(const std::vector<team>& teams){
static void encounter_recallable_units(const std::vector<team>& teams){
BOOST_FOREACH(const team& t, teams) {
BOOST_FOREACH(const unit& u, t.recall_list()) {
encountered_units_set.insert(u.type_id());
Expand Down

0 comments on commit 6663ebd

Please sign in to comment.