remove missplace attack function

This commit is contained in:
Awen Lelu
2026-01-06 16:44:09 +01:00
parent bc80318316
commit fa90ec3dae
2 changed files with 0 additions and 2 deletions

View File

@@ -37,8 +37,6 @@ void loop(int hour, int humans, int zombies) {
}
}
attack(humans, zombies, &new_humans, &new_zombies);
if (new_humans <= 0 || new_zombies <= 0) {
std::printf("finito pipo");
} else {