gsdx: remove a duplicated check

This commit is contained in:
Gregory Hainaut 2015-09-10 16:28:33 +02:00
parent f092f9045c
commit 2934a15902
1 changed files with 1 additions and 1 deletions

View File

@ -5252,7 +5252,7 @@ bool GSC_UrbanReign(const GSFrameInfo& fi, int& skip)
{ {
if(skip == 0) if(skip == 0)
{ {
if(fi.TME && fi.FBP==0x0000 && fi.TBP0==0x3980 && fi.FPSM==fi.TPSM && fi.TPSM == PSM_PSMCT32 && fi.TPSM ==0 && fi.FBMSK == 0x0) if(fi.TME && fi.FBP==0x0000 && fi.TBP0==0x3980 && fi.FPSM==fi.TPSM && fi.TPSM == PSM_PSMCT32 && fi.FBMSK == 0x0)
{ {
skip = 1; skip = 1;
} }