From 79d8228f7fa96e9354f2e9ed295a35a7ea5b818b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 23 Sep 2003 04:15:44 +0000 Subject: [PATCH] simplify --- stepmania/src/GameState.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 8db6f9b7e3..399f5430c3 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -330,8 +330,6 @@ bool GameState::IsPlayable( const ModeChoice& mc ) if( rStyle != STYLE_INVALID && GAMEMAN->GetStyleDefForStyle(rStyle)->m_iColsPerPlayer >= 6 ) return false; - - return true; } return true; // no grounds to deny the request