diff options
Diffstat (limited to 'src/cgame/cg_ents.c')
-rw-r--r-- | src/cgame/cg_ents.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cgame/cg_ents.c b/src/cgame/cg_ents.c index 560dbbf2..3b378fde 100644 --- a/src/cgame/cg_ents.c +++ b/src/cgame/cg_ents.c @@ -289,7 +289,7 @@ static void CG_Missile( centity_t *cent ) break; case WP_FLAMER: - { +/* { fraction = ( ( cg.time - s1->pos.trTime ) / FIREBALL_LIFETIME ); if( fraction > 1.0f ) @@ -303,7 +303,8 @@ static void CG_Missile( centity_t *cent ) ent.customShader = cgs.media.flameShader[ index ]; trap_R_AddRefEntityToScene( &ent ); return; - } + }*/ + return; break; default: |