diff --git a/main.cpp b/main.cpp index 47c8516..bfb7537 100644 --- a/main.cpp +++ b/main.cpp @@ -115,7 +115,6 @@ int main() } } - // TODO: Poprawić kolizję pocisku z meteorem, tak aby był kasowany tylko ten konkretny meteoryt for (auto meteorIt = plansza.getMeteors().begin(); meteorIt != plansza.getMeteors().end(); ) { bool meteorHit = false; for (auto bulletIt = ship.getBullets().begin(); bulletIt != ship.getBullets().end(); ) {