aboutsummaryrefslogtreecommitdiff
path: root/test/test_gst.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gst.c')
-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;