diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-04 12:40:52 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-04 12:40:52 +0100 |
commit | 02e55b0647eb5c631e7d7669a13fd0d47ec26c15 (patch) | |
tree | 35a3017c62aeeec101af8ac43d0b5a22691c637e /hud/hud.h | |
parent | b0396bf70211adaad17ae0e2cf6e851b1467ae00 (diff) |
morning fixes and bruteforce unit generation
Diffstat (limited to 'hud/hud.h')
-rw-r--r-- | hud/hud.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |