From 5653fa3092dd1821ca9f50cf85210de4d05a3cf9 Mon Sep 17 00:00:00 2001 From: Joshua Grams Date: Mon, 13 Dec 2004 21:37:30 +0000 Subject: [PATCH] blowing from where you died --- main.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 9919777..662aa97 100644 --- a/main.c +++ b/main.c @@ -1002,8 +1002,8 @@ int gameloop() { // Create a new ship and start all over again state = GAMEPLAY; play_tune(1); - xship = 10; - yship = YSIZE/2; + // xship = 10; + // yship = YSIZE/2; xvel = 3; yvel = 0; break; @@ -1056,14 +1056,13 @@ int gameloop() { for(i = 0; i