remove missplace attack function
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -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) {
|
if (new_humans <= 0 || new_zombies <= 0) {
|
||||||
std::printf("finito pipo");
|
std::printf("finito pipo");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user