summaryrefslogtreecommitdiff
path: root/src/ui/ui_settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_settings.cpp')
-rw-r--r--src/ui/ui_settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_settings.cpp b/src/ui/ui_settings.cpp
index 69c4f54..3f9ab6d 100644
--- a/src/ui/ui_settings.cpp
+++ b/src/ui/ui_settings.cpp
@@ -11,11 +11,11 @@ extern void draw_contact_form(contact* buffer, bool viewing_only = false);
static contact company_info;
-country_tax_bracket* tax_brackets;
u32 tax_bracket_count;
+country_tax_bracket* tax_brackets = 0;
-cost_center* cost_centers;
u32 cost_center_count;
+cost_center* cost_centers = 0;
void ui_destroy_settings()
{