From b08d3b7b1b06fd2e9dd09eef248a10d33b8d1742 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Sat, 6 Mar 2021 13:06:09 +0100 Subject: gst interpolations, particle systems, timing and gui fix --- gst/gst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/gst.h') diff --git a/gst/gst.h b/gst/gst.h index 992d31d..d063563 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -20,7 +20,7 @@ typedef struct { int playernum; map map_battle; army ar; - float ar_lastpos[MAXUNITS][2]; + army ar_past[2]; stats_unit ustats[MAXUNITS]; int state; -- cgit v1.2.3-54-g00ecf