aboutsummaryrefslogtreecommitdiff
path: root/gst/gst.c
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-02-19 18:30:53 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-02-19 18:30:53 +0100
commit5126638d46398579c26d3c7bd908fe17b8508b13 (patch)
treefbb9e981187f32bf78dc521ff538ea31de9c0019 /gst/gst.c
parent5f0fce4191309e9526b7109a0d87c092ce6a4193 (diff)
battery calc and unstable levels
Diffstat (limited to 'gst/gst.c')
-rw-r--r--gst/gst.c1
1 files changed, 1 insertions, 0 deletions
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