From 02e55b0647eb5c631e7d7669a13fd0d47ec26c15 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Thu, 4 Mar 2021 12:40:52 +0100 Subject: morning fixes and bruteforce unit generation --- hud/hud.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hud/hud.h') diff --git a/hud/hud.h b/hud/hud.h index e767c4b..48c877b 100644 --- a/hud/hud.h +++ b/hud/hud.h @@ -38,9 +38,9 @@ typedef struct { button join_game; SDL_Rect rect_battle; SDL_Rect rect_templates; + SDL_Rect rect_army; int temp_modify; int temp_place; - SDL_Rect rect_army; char army_list[64][32]; int army_listlen; int army_listcur; @@ -66,6 +66,7 @@ typedef struct { SDL_Rect rect_stats; button done; info_unit uinfo; + info_unit *uinfo_ptr; int sel, ind; } form_new_unit; -- cgit v1.2.3-54-g00ecf