Removed duplicate check for muzzle_flash.

This commit is contained in:
Klaus Silveira 2025-02-26 03:13:48 -05:00 committed by Daniel Gibson
parent b0e3f59c07
commit a8fc1cee8f
2 changed files with 0 additions and 6 deletions

View file

@ -539,9 +539,6 @@ const char *idAnim::AddFrameCommand( const idDeclModelDef *modelDef, int framenu
}
fc.type = FC_MUZZLEFLASH;
fc.string = new idStr( token );
} else if ( token == "muzzle_flash" ) {
fc.type = FC_MUZZLEFLASH;
fc.string = new idStr( "" );
} else if ( token == "create_missile" ) {
if( !src.ReadTokenOnLine( &token ) ) {
return "Unexpected end of line";

View file

@ -539,9 +539,6 @@ const char *idAnim::AddFrameCommand( const idDeclModelDef *modelDef, int framenu
}
fc.type = FC_MUZZLEFLASH;
fc.string = new idStr( token );
} else if ( token == "muzzle_flash" ) {
fc.type = FC_MUZZLEFLASH;
fc.string = new idStr( "" );
} else if ( token == "create_missile" ) {
if( !src.ReadTokenOnLine( &token ) ) {
return "Unexpected end of line";