From f42f817cba50d1a40f27b17e56a210fc5f2ad22e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 28 Mar 2006 11:16:09 +0000 Subject: * Increase Dragoon range slighly * Disable static_transform particle system warning --- src/cgame/cg_particles.c | 10 ---------- src/game/tremulous.h | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'src') diff --git a/src/cgame/cg_particles.c b/src/cgame/cg_particles.c index b435f56e..ce407549 100644 --- a/src/cgame/cg_particles.c +++ b/src/cgame/cg_particles.c @@ -221,12 +221,7 @@ static particle_t *CG_SpawnNewParticle( baseParticle_t *bp, particleEjector_t *p case PMT_STATIC_TRANSFORM: if( !CG_AttachmentAxis( &ps->attachment, transform ) ) - { - CG_Printf( S_COLOR_RED "ERROR: a particle with velocityType " - "static_transform is not attached to something which can " - "provide a transformation\n" ); return NULL; - } if( bp->velMoveValues.dirType == PMD_POINT ) { @@ -2023,12 +2018,7 @@ static void CG_EvaluateParticlePhysics( particle_t *p ) case PMT_STATIC_TRANSFORM: if( !CG_AttachmentAxis( &ps->attachment, transform ) ) - { - CG_Printf( S_COLOR_RED "ERROR: a particle with accelerationType " - "static_transform is not attached to something which can " - "provide a transformation\n" ); return; - } if( bp->accMoveValues.dirType == PMD_POINT ) { diff --git a/src/game/tremulous.h b/src/game/tremulous.h index c0f5aa9f..6357981e 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -85,7 +85,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define LEVEL3_CLAW_REPEAT 700 #define LEVEL3_CLAW_U_REPEAT 600 #define LEVEL3_POUNCE_DMG ADM(100) -#define LEVEL3_POUNCE_RANGE 64.0f +#define LEVEL3_POUNCE_RANGE 72.0f #define LEVEL3_POUNCE_WIDTH 16.0f #define LEVEL3_POUNCE_SPEED 700 #define LEVEL3_POUNCE_UPG_SPEED 800 -- cgit