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 d8e7375..d100e45 100644 --- a/plugins/apple/apple.c +++ b/plugins/apple/apple.c @@ -15,7 +15,7 @@ static void apple_step(struct entity *self, struct entity_step_data stepdata) static void spawn_apple(int x, int y) { - spawn(apple, x, y); + spawn(apple, x, y, NULL); } __attribute__((constructor)) static void init() |