aboutsummaryrefslogtreecommitdiff
path: root/hud/hud.h
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-04 12:40:52 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-04 12:40:52 +0100
commit02e55b0647eb5c631e7d7669a13fd0d47ec26c15 (patch)
tree35a3017c62aeeec101af8ac43d0b5a22691c637e /hud/hud.h
parentb0396bf70211adaad17ae0e2cf6e851b1467ae00 (diff)
morning fixes and bruteforce unit generation
Diffstat (limited to 'hud/hud.h')
-rw-r--r--hud/hud.h3
1 files changed, 2 insertions, 1 deletions
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;