mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 22:22:05 +00:00
Merge pull request #968 from krzotr/duplicated-if-statement
Removed duplicated if statement 'header.colorFormat != opts.colorFormat'
This commit is contained in:
commit
bcc0aa89d8
1 changed files with 0 additions and 4 deletions
|
@ -708,10 +708,6 @@ void idImage::ActuallyLoadImage( bool fromBackEnd, nvrhi::ICommandList* commandL
|
|||
binarizeReason = va( "binarize: binary file not found '%s'", generatedName.c_str() );
|
||||
}
|
||||
else if( header.colorFormat != opts.colorFormat )
|
||||
{
|
||||
binarizeReason = va( "binarize: mismatch color format '%s'", generatedName.c_str() );
|
||||
}
|
||||
else if( header.colorFormat != opts.colorFormat )
|
||||
{
|
||||
binarizeReason = va( "binarize: mismatched color format '%s'", generatedName.c_str() );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue