JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, missed some.
authorJoshua Grams <josh@qualdan.com>
Sun, 26 Mar 2006 11:17:20 +0000 (11:17 +0000)
committerJoshua Grams <josh@qualdan.com>
Sun, 26 Mar 2006 11:17:20 +0000 (11:17 +0000)
main.c

diff --git a/main.c b/main.c
index f7de24e..4ffcb25 100644 (file)
--- a/main.c
+++ b/main.c
@@ -632,12 +632,7 @@ gameloop() {
                                }
                        } else {
                                if(state == DEAD_PAUSE) {
-                                       float blast_radius;
                                        // float alpha;  // FADE SHIP
-                                       if(state_timeout >= DEAD_PAUSE_LENGTH - 20.0) {
-                                               blast_radius = BLAST_RADIUS * (DEAD_PAUSE_LENGTH - state_timeout) / 20.0;
-                                               blast_rocks(bangx, bangy, blast_radius);
-                                       }
 
                                        if(bangx < 60) bangx = 60;