From 4ae1fb72089fbdb67f25cc23c289091b0b26411e Mon Sep 17 00:00:00 2001 From: Chris Maltby Date: Fri, 18 Oct 2024 10:24:18 +0100 Subject: [PATCH] Fix tests --- test/compiler/_files/data/projectiles.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/compiler/_files/data/projectiles.js b/test/compiler/_files/data/projectiles.js index 0ea69013b..45bd878f8 100644 --- a/test/compiler/_files/data/projectiles.js +++ b/test/compiler/_files/data/projectiles.js @@ -436,6 +436,7 @@ const struct projectile_def_t test_scene_projectiles[] = { .life_time = 60, .collision_group = COLLISION_GROUP_3, .collision_mask = COLLISION_GROUP_1, + .strong = false, .bounds = { .left = 0, .bottom = 7, @@ -443,6 +444,7 @@ const struct projectile_def_t test_scene_projectiles[] = { .top = -8 }, .anim_tick = 15, + .anim_noloop = false, .animations = { { .start = 0, @@ -470,6 +472,7 @@ const struct projectile_def_t test_scene_projectiles[] = { .life_time = 60, .collision_group = COLLISION_GROUP_3, .collision_mask = COLLISION_GROUP_1, + .strong = false, .bounds = { .left = 0, .bottom = 7, @@ -477,6 +480,7 @@ const struct projectile_def_t test_scene_projectiles[] = { .top = -8 }, .anim_tick = 15, + .anim_noloop = false, .animations = { { .start = 1,