From 040bb26b4c25c2bdeac5fce7ce5eb2d9ae2214bd Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 13 Aug 2011 00:30:04 -0400 Subject: [PATCH] ...are we using this? Leaving commented for now. --- src/SongUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SongUtil.cpp b/src/SongUtil.cpp index 0d01495931..afa6ca282a 100644 --- a/src/SongUtil.cpp +++ b/src/SongUtil.cpp @@ -972,7 +972,7 @@ void SongUtil::GetPlayableStepsTypes( const Song *pSong, set &vOut ) int iNumPlayers = GAMESTATE->GetNumPlayersEnabled(); iNumPlayers = max( iNumPlayers, 1 ); - const Style *pStyle = GAMEMAN->GetFirstCompatibleStyle( GAMESTATE->m_pCurGame, iNumPlayers, *st ); +// const Style *pStyle = GAMEMAN->GetFirstCompatibleStyle( GAMESTATE->m_pCurGame, iNumPlayers, *st ); bool bEnoughStages = GAMESTATE->IsAnExtraStage() || GAMESTATE->GetSmallestNumStagesLeftForAnyHumanPlayer() >= GAMESTATE->GetNumStagesMultiplierForSong(pSong);