aboutsummaryrefslogtreecommitdiff
path: root/plugins/fireball
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fireball')
-rw-r--r--plugins/fireball/fireball.c4
1 files changed, 0 insertions, 4 deletions
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;
}