]> git.mcshandy.xyz Git - assteroids/commitdiff
Wormholes no longer increase score
authorAynRandDuran <lpj1496@gmail.com>
Sat, 17 Jul 2021 01:00:28 +0000 (21:00 -0400)
committerAynRandDuran <lpj1496@gmail.com>
Sat, 17 Jul 2021 01:00:28 +0000 (21:00 -0400)
game.cpp

index 3ecb1ec6528fec135544717dc9fbc2cdebecfaf7..254d47e72cef0a8dce5bee471c15fc5808e3feae 100644 (file)
--- a/game.cpp
+++ b/game.cpp
@@ -185,7 +185,6 @@ void update_astrs() {
             bomb_proj.z = -1; //stop moving the bomb and explode
             bomb_proj.w +=16;
             explode_asteroid(astr);
-            score++;
             bomb_kills++;
         }