Revert "finally got it to work with a another hack inside that hack."
This reverts commit 73459aae38.
This commit is contained in:
@@ -768,8 +768,6 @@ void NoteField::DrawPrimitives()
|
||||
{
|
||||
|
||||
// XXX Hack: Set Actor's active player number so the notes get the flashing that matches the steps.
|
||||
// save the active player number (so they can nest)
|
||||
PlayerNumber pnLastActivePlayerNumber = m_pPlayerState->m_PlayerNumber;
|
||||
Actor::m_ActivePlayerNumber = m_pPlayerState->m_PlayerNumber;
|
||||
|
||||
//LOG->Trace( "NoteField::DrawPrimitives()" );
|
||||
@@ -1252,9 +1250,6 @@ void NoteField::DrawPrimitives()
|
||||
}
|
||||
|
||||
cur->m_GhostArrowRow.Draw();
|
||||
|
||||
// restore the active player number
|
||||
Actor::m_ActivePlayerNumber = pnLastActivePlayerNumber;
|
||||
}
|
||||
|
||||
void NoteField::FadeToFail()
|
||||
|
||||
Reference in New Issue
Block a user