From bfcda608695b83ce6a3caefceaa79c8e392405d7 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 13 Jun 2021 20:41:17 +0200 Subject: Add on_create callback for items --- plugins/fireball/fireball.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/fireball') 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() -- cgit v1.2.3