From 2679ee44d29192f1dc858e2dc553853409ab55c5 Mon Sep 17 00:00:00 2001 From: AynRandDuran Date: Fri, 16 Jul 2021 21:00:28 -0400 Subject: [PATCH] Wormholes no longer increase score --- game.cpp | 1 - 1 file changed, 1 deletion(-) 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++; } -- 2.49.0