Remove unnecessary check.
This commit is contained in:
parent
a28780948b
commit
8804366137
2 changed files with 2 additions and 4 deletions
|
|
@ -290,8 +290,6 @@ extend Class SWWMStatusBar
|
|||
}
|
||||
private int CheckSecret( Line l )
|
||||
{
|
||||
if ( !mm_secretsectorcolor || !mm_unexploredsecretcolor )
|
||||
return 0;
|
||||
if ( l.frontsector && (l.frontsector.flags&Sector.SECF_WASSECRET) )
|
||||
{
|
||||
if ( !(l.frontsector.flags&Sector.SECF_SECRET) ) return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue