From 0f4153099c2a0d8fa4480dcd690820976df4a939 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 14 Jun 2021 20:58:57 +0200 Subject: Add mapgen contexts --- plugins/fireball/fireball.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/fireball/fireball.c') diff --git a/plugins/fireball/fireball.c b/plugins/fireball/fireball.c index 39e93fb..a0e9a13 100644 --- a/plugins/fireball/fireball.c +++ b/plugins/fireball/fireball.c @@ -33,8 +33,6 @@ static void fireball_step(struct entity *self, struct entity_step_data stepdata) static void fireball_collide(struct entity *self, int x, int y) { - (void) x, y; - self->remove = true; } @@ -82,8 +80,6 @@ static void shoot_fireball() static bool shoot_fireball_item(struct itemstack *stack) { - (void) stack; - shoot_fireball(); return true; } -- cgit v1.2.3