From 5126638d46398579c26d3c7bd908fe17b8508b13 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Fri, 19 Feb 2021 18:30:53 +0100 Subject: battery calc and unstable levels --- gst/gst.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/gst.c') diff --git a/gst/gst.c b/gst/gst.c index 56db22f..09f3c1c 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -78,5 +78,6 @@ void gst_process (gamestate *gst, infos *info, float t) { gst_get_maparmy(gst, &m, &ar); army_move(info, ar, m); army_fire(info, ar, m); + army_upkeep(info, ar, m); } } \ No newline at end of file -- cgit v1.2.3-54-g00ecf