aboutsummaryrefslogtreecommitdiff
path: root/plugins/fireball
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fireball')
-rw-r--r--plugins/fireball/fireball.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/fireball/fireball.c b/plugins/fireball/fireball.c
index fcb1ac1..39e93fb 100644
--- a/plugins/fireball/fireball.c
+++ b/plugins/fireball/fireball.c
@@ -94,6 +94,7 @@ static struct item fireball_item = {
.on_use = &shoot_fireball_item,
.on_destroy = NULL,
+ .on_create = NULL,
};
static void shoot_if_has_fireball()