diff --git a/code/cgame/cg_ents.c b/code/cgame/cg_ents.c index 90cd1ae0..7629f0b8 100644 --- a/code/cgame/cg_ents.c +++ b/code/cgame/cg_ents.c @@ -349,7 +349,6 @@ static void CG_Item( centity_t *cent ) { // add to refresh list trap_R_AddRefEntityToScene(&ent); -#ifdef MISSIONPACK if ( item->giType == IT_WEAPON && wi && wi->barrelModel ) { refEntity_t barrel; vec3_t angles; @@ -373,7 +372,6 @@ static void CG_Item( centity_t *cent ) { trap_R_AddRefEntityToScene( &barrel ); } -#endif // accompanying rings / spheres for powerups if ( !cg_simpleItems.integer )