aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-05 16:54:26 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-05 16:54:26 +0100
commitd1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (patch)
tree05618430db0951262bd22e7bbe77b663c3c0346f /test
parent02e55b0647eb5c631e7d7669a13fd0d47ec26c15 (diff)
unit generator in hud, minor fix in movement, % in view and cost weights
Diffstat (limited to 'test')
-rw-r--r--test/test_gst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gst.c b/test/test_gst.c
index 75e2606..d54e15c 100644
--- a/test/test_gst.c
+++ b/test/test_gst.c
@@ -31,7 +31,7 @@ int test_gst_mirror_match (infos *info, int n) {
float t = 0; int i=0;
for (; i < 2000; i++) {
- gst_process(&gst, info, &fx, t);
+ gst_next_turn(&gst, info, &fx, t);
t += gst.turnspeed;
if (gst.over == 1) {
break;