diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-06 13:06:09 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-06 13:06:09 +0100 |
commit | b08d3b7b1b06fd2e9dd09eef248a10d33b8d1742 (patch) | |
tree | 2ccf6805d2048a5e88f4a941a5a35e19be26eaf9 /gst/gst.h | |
parent | e3350de3a2d90922c2b16e5b5e819f259adb3588 (diff) |
gst interpolations, particle systems, timing and gui fix
Diffstat (limited to 'gst/gst.h')
-rw-r--r-- | gst/gst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |