From: lordhavoc Date: Mon, 4 Mar 2002 11:10:53 +0000 (+0000) Subject: slowed down explosion so it lasts about as long as the light flash X-Git-Tag: RELEASE_0_2_0_RC1~593 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;ds=inline;h=8aa1a86018c71ed007f8329643e7b82a38159a69;p=xonotic%2Fdarkplaces.git slowed down explosion so it lasts about as long as the light flash git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1608 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_explosion.c b/r_explosion.c index f46fe648..a8644ffc 100644 --- a/r_explosion.c +++ b/r_explosion.c @@ -24,10 +24,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define EXPLOSIONGRID 8 #define EXPLOSIONVERTS ((EXPLOSIONGRID+1)*(EXPLOSIONGRID+1)) #define EXPLOSIONTRIS (EXPLOSIONGRID*EXPLOSIONGRID*2) -#define EXPLOSIONSTARTVELOCITY (384.0f) +#define EXPLOSIONSTARTVELOCITY (256.0f) +//#define EXPLOSIONSTARTVELOCITY (384.0f) //#define EXPLOSIONRANDOMVELOCITY (32.0f) #define EXPLOSIONFADESTART (1.5f) -#define EXPLOSIONFADERATE (4.5f) +//#define EXPLOSIONFADERATE (4.5f) +#define EXPLOSIONFADERATE (3.0f) /* #define MAX_EXPLOSIONGAS (MAX_EXPLOSIONS * EXPLOSIONGAS) #define EXPLOSIONGAS 8