diff options
Diffstat (limited to 'src/cgame')
| -rw-r--r-- | src/cgame/cg_weapons.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cgame/cg_weapons.c b/src/cgame/cg_weapons.c index c6826962..8a95e096 100644 --- a/src/cgame/cg_weapons.c +++ b/src/cgame/cg_weapons.c @@ -536,8 +536,6 @@ static qboolean CG_ParseWeaponFile( const char *filename, weaponInfo_t *wi )    fileHandle_t  f;    weaponMode_t  weaponMode = WPM_NONE; -  Com_Memset( wi, 0, sizeof( weaponInfo_t ) ); -    // load the file    len = trap_FS_FOpenFile( filename, &f, FS_READ );    if( len < 0 )  | 
