diff options
Diffstat (limited to 'plugins/apple')
-rw-r--r-- | plugins/apple/apple.c | 2 |
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); } |