Skip to content

Commit

Permalink
Reverse ranking in pollution demographics
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav authored and lmoureaux committed Apr 8, 2021
1 parent 7672095 commit 7dee3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/report.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static struct dem_row {
{'b', N_("Built Units"), get_units_built, mil_units_to_text, TRUE },
{'k', N_("Killed Units"), get_units_killed, mil_units_to_text, TRUE },
{'l', N_("Lost Units"), get_units_lost, mil_units_to_text, TRUE },
{'O', N_("Pollution"), get_pollution, pollution_to_text, FALSE },
{'O', N_("Pollution"), get_pollution, pollution_to_text, TRUE },
{'C', N_("Culture"), get_culture, culture_to_text, TRUE }
};

Expand Down

0 comments on commit 7dee3ef

Please sign in to comment.