diff options
Diffstat (limited to 'enemy.c')
-rw-r--r-- | enemy.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Entity new_skull(World* world, int x, int y) { enemy->hp = skull_hp; enemy->shoot_timer = 0; + world->enemy_count++; + return e; } |