diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-09 21:56:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-09 21:56:43 +0100 |
| commit | 4933a7c038087ae465e588fafb392a57d7f92b87 (patch) | |
| tree | 8c8c6cfa5525c8d76346812b2fea612df7fde3fc /zombies.c | |
| parent | ac4b9bd1ce461ecd2d54b8dbed633658b0431f8b (diff) | |
gun angle
Diffstat (limited to 'zombies.c')
| -rw-r--r-- | zombies.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +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; |
