Separate styles for players. Notefields positioned between margins. Edit mode works for kickbox.
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ RString OptionRow::GetRowTitle() const
|
||||
else if( GAMESTATE->m_pCurCourse )
|
||||
{
|
||||
const Course *pCourse = GAMESTATE->m_pCurCourse;
|
||||
StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType;
|
||||
StepsType st = GAMESTATE->GetCurrentStyle(GAMESTATE->GetMasterPlayerNumber())->m_StepsType;
|
||||
const Trail* pTrail = pCourse->GetTrail( st );
|
||||
ASSERT( pTrail != NULL );
|
||||
pTrail->GetDisplayBpms( bpms );
|
||||
|
||||
Reference in New Issue
Block a user