diff options
Diffstat (limited to 'gst/gst.c')
-rw-r--r-- | gst/gst.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |