aboutsummaryrefslogtreecommitdiff
path: root/plugins/apple
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/apple')
-rw-r--r--plugins/apple/apple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/apple/apple.c b/plugins/apple/apple.c
index 795800d..6adff08 100644
--- a/plugins/apple/apple.c
+++ b/plugins/apple/apple.c
@@ -34,7 +34,7 @@ static struct entity apple_entity = {
.on_damage = NULL,
};
-static void spawn_apple(int x, int y)
+static void spawn_apple(int x, int y, enum mg_context ctx)
{
spawn(apple_entity, x, y, NULL);
}