From 4842b67ab590250d95ad4be5fe61380a09b1e8ea Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Mon, 22 Feb 2021 19:51:09 +0100 Subject: view levels and maxrange strat --- hud/hud.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hud/hud.c') diff --git a/hud/hud.c b/hud/hud.c index 70ce9b0..2f4eca4 100644 --- a/hud/hud.c +++ b/hud/hud.c @@ -167,12 +167,12 @@ void hud_map_sel (info_unit *u, infos *info, int sel, int ind, if (sel == 2) { *n = &u->armor[ind]; *bound = info->armorslen; - size[0] = 150; size[1] = 250; + size[0] = 150; size[1] = 200; } if (sel == 3) { *n = &u->weapons[ind]; *bound = info->weaponslen; - size[0] = 200; size[1] = 110; + size[0] = 200; size[1] = 170; } if (sel == 4) { *n = &u->augs[ind]; @@ -260,6 +260,7 @@ void hud_close_fnu (hud *h, infos *info) { } else { info->templates[h->og.temp_modify] = h->fnu.uinfo; } + info_save_templates(info, "default"); h->state = 0; } -- cgit v1.2.3-54-g00ecf