From b4e0d95f4fb65741065ec857e1b4da3680a397dd Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:37:50 +0000 Subject: * Fix stupid 1st person animation copy and paste bug * Add animation policies for marauder * Remove reference to shotgun_hand.md3 --- src/cgame/cg_weapons.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cgame') diff --git a/src/cgame/cg_weapons.c b/src/cgame/cg_weapons.c index f9ea2985..e2f7d363 100644 --- a/src/cgame/cg_weapons.c +++ b/src/cgame/cg_weapons.c @@ -625,9 +625,6 @@ static qboolean CG_ParseWeaponFile( const char *filename, weaponInfo_t *wi ) strcat( path, "_hand.md3" ); wi->handsModel = trap_R_RegisterModel( path ); - if( !wi->handsModel ) - wi->handsModel = trap_R_RegisterModel( "models/weapons2/shotgun/shotgun_hand.md3" ); - continue; } else if( !Q_stricmp( token, "idleSound" ) ) -- cgit