handle Mmod choice for per-chart #DISPLAYBPM
I think this is the only thing that needs to change??
This commit is contained in:
+2
-2
@@ -436,8 +436,8 @@ void Player::Init(
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT( GAMESTATE->m_pCurSong != nullptr );
|
||||
GAMESTATE->m_pCurSong->GetDisplayBpms( bpms );
|
||||
ASSERT( GAMESTATE->m_pCurSteps[pn] != nullptr );
|
||||
GAMESTATE->m_pCurSteps[pn]->GetDisplayBpms(bpms);
|
||||
}
|
||||
|
||||
float fMaxBPM = 0;
|
||||
|
||||
Reference in New Issue
Block a user