From: AynRandDuran Date: Sat, 17 Jul 2021 01:00:28 +0000 (-0400) Subject: Wormholes no longer increase score X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=2679ee44d29192f1dc858e2dc553853409ab55c5;p=assteroids Wormholes no longer increase score --- diff --git a/game.cpp b/game.cpp index 3ecb1ec..254d47e 100644 --- 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++; }