From 543aa7d53136037f07302a5653bba90751ac1552 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 16 Aug 2025 20:24:28 +0200 Subject: more refactors --- src/ui/ui_settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/ui_settings.cpp') 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() { -- cgit v1.2.3-70-g09d2