diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-09 21:04:34 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-09 21:04:34 +0100 |
| commit | ac4b9bd1ce461ecd2d54b8dbed633658b0431f8b (patch) | |
| tree | 9246b6352b0ee70599b400f00c161a68d40b852e /zombies.c | |
| parent | 1966263dd141a1c012a272a84af96206d68da55c (diff) | |
fix collision
Diffstat (limited to 'zombies.c')
| -rw-r--r-- | zombies.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include "include/zombies.h" void spawn_zombie(int x, int y) { + return; for (int i = 0; i < max_zombies; i++) { zombie o = zombies[i]; if (o.alive) continue; |
