handle Mmod choice for per-chart #DISPLAYBPM

I think this is the only thing that needs to change??
This commit is contained in:
Telperion
2023-02-08 10:30:26 -08:00
committed by teejusb
parent d079940fea
commit fdfc9848b8
+2 -2
View File
@@ -436,8 +436,8 @@ void Player::Init(
} }
else else
{ {
ASSERT( GAMESTATE->m_pCurSong != nullptr ); ASSERT( GAMESTATE->m_pCurSteps[pn] != nullptr );
GAMESTATE->m_pCurSong->GetDisplayBpms( bpms ); GAMESTATE->m_pCurSteps[pn]->GetDisplayBpms(bpms);
} }
float fMaxBPM = 0; float fMaxBPM = 0;