X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;h=4ffcb250cbbb7370eafb4c1907426ee22ad42f54;hp=f7de24e0f20c1aa38985c52bff1c59facbedc02c;hb=0a50d8514cb73c25964068602ec458c6ac46ba22;hpb=0224eb908d4084f52a22c8d64404a0efb4acfa35 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;