simplify
This commit is contained in:
@@ -330,8 +330,6 @@ bool GameState::IsPlayable( const ModeChoice& mc )
|
|||||||
if( rStyle != STYLE_INVALID &&
|
if( rStyle != STYLE_INVALID &&
|
||||||
GAMEMAN->GetStyleDefForStyle(rStyle)->m_iColsPerPlayer >= 6 )
|
GAMEMAN->GetStyleDefForStyle(rStyle)->m_iColsPerPlayer >= 6 )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true; // no grounds to deny the request
|
return true; // no grounds to deny the request
|
||||||
|
|||||||
Reference in New Issue
Block a user