From 76650fffaa236fd28d5fe1ef1fcba8d4087b08b1 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 12 Nov 2012 06:34:41 -0600 Subject: [PATCH] Zero triple shot on new game. --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index b1e326d..08381bc 100644 --- a/main.cpp +++ b/main.cpp @@ -1556,6 +1556,8 @@ int main(int argc, char *argv[]){ shieldup = 0; //Zero laser laser = 0; + //Zero triple shot + tripshot = 0; //Reactivate pods for(int podloop = 0; podloop