From f5a7ff62ceab972d98b6891d3496eaa7cde5b4cf Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 12 Nov 2012 06:28:12 -0600 Subject: [PATCH] Zero laser at new game. --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 83e819d..b1e326d 100644 --- a/main.cpp +++ b/main.cpp @@ -1554,6 +1554,8 @@ int main(int argc, char *argv[]){ level = 1; //Drop shields shieldup = 0; + //Zero laser + laser = 0; //Reactivate pods for(int podloop = 0; podloop