aboutsummaryrefslogtreecommitdiff
path: root/hud/hud.h
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-05 18:00:29 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-05 18:00:29 +0100
commite3350de3a2d90922c2b16e5b5e819f259adb3588 (patch)
treec254fe461107335543539030341abb894a150dd7 /hud/hud.h
parentd1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (diff)
augs, armor and brain stats tweak, scroll stats view
Diffstat (limited to 'hud/hud.h')
-rw-r--r--hud/hud.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hud/hud.h b/hud/hud.h
index 0086561..8f78d8d 100644
--- a/hud/hud.h
+++ b/hud/hud.h
@@ -64,11 +64,14 @@ typedef struct {
SDL_Rect rect_armor[8];
SDL_Rect rect_augs[8];
SDL_Rect rect_stats;
+ SDL_Rect rect_gen_cost;
button done;
button randomize;
info_unit uinfo;
info_unit *uinfo_ptr;
int sel, ind;
+ float gen_cost_max;
+ float nav_stats;
} form_new_unit;
typedef struct {