Skip to content

Commit

Permalink
Merge pull request #561 from NicholasLN/main
Browse files Browse the repository at this point in the history
6 BYTES.
  • Loading branch information
schombert authored Oct 21, 2023
2 parents 2da9f98 + c31404e commit 5808357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/gui_map_icons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ class port_window : public window_element_base {
};

struct top_display_parameters {
float is_army = false;
float top_left_value = 0.0f;
float top_right_value = 0.0f;
float top_left_org_value = 0.0f;
Expand All @@ -317,6 +316,7 @@ struct top_display_parameters {
int8_t common_unit_1 = -1;
int8_t common_unit_2 = -1;
std::array<outline_color, 5> colors;
bool is_army = false;
};

class prov_map_siege_bar : public progress_bar {
Expand Down

0 comments on commit 5808357

Please sign in to comment.