mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-26 04:20:52 +00:00
Removed duplicate check for muzzle_flash.
This commit is contained in:
parent
b0e3f59c07
commit
a8fc1cee8f
2 changed files with 0 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue