diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-08 16:30:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-08 16:30:55 +0100 |
| commit | 1966263dd141a1c012a272a84af96206d68da55c (patch) | |
| tree | b8382cc37a40f1c48c0f8fbb548fbf251672c0aa /zombies.c | |
| parent | f84639d4b1eda622bf7667a7223a4a335c093437 (diff) | |
work
Diffstat (limited to 'zombies.c')
| -rw-r--r-- | zombies.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ #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; |
