From 043c0a4c0ef016e3b49816d582cdf7227f6d3450 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 9 Jun 2021 19:41:18 +0200 Subject: Add fireballs --- plugins/apple/apple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/apple/apple.c') diff --git a/plugins/apple/apple.c b/plugins/apple/apple.c index d8e7375..d100e45 100644 --- a/plugins/apple/apple.c +++ b/plugins/apple/apple.c @@ -15,7 +15,7 @@ static void apple_step(struct entity *self, struct entity_step_data stepdata) static void spawn_apple(int x, int y) { - spawn(apple, x, y); + spawn(apple, x, y, NULL); } __attribute__((constructor)) static void init() -- cgit v1.2.3