From: Joshua Grams Date: Sun, 26 Mar 2006 11:17:20 +0000 (+0000) Subject: oops, missed some. X-Git-Tag: 0.4~3 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=0a50d8514cb73c25964068602ec458c6ac46ba22 oops, missed some. --- diff --git a/main.c b/main.c index f7de24e..4ffcb25 100644 --- 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;