Skip to content

Commit

Permalink
fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 17, 2017
1 parent 21ad59b commit 336ad22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_initialization/flg_manager.cpp
Expand Up @@ -378,7 +378,7 @@ void flg_manager::update_choosable_factions()
}

// Sort alphabetically, but with the 'random' option always first
// TODO: some factions liek ageless have 'multiple' random options
// TODO: some eras like ageless have multiple random options
// ('any random faction', 'a random default faction', 'a random non-default faction', etc)
// so this code shouldn't assume that there is only one random faction which is on top of the list.
std::sort(choosable_factions_.begin() + 1, choosable_factions_.end(), [](const config* c1, const config* c2) {
Expand Down

0 comments on commit 336ad22

Please sign in to comment.