LOL Pt 1.

This commit is contained in:
Andrew Livy
2009-05-23 10:54:20 +00:00
parent ac7d7a35a5
commit b87e3c705d
+2 -2
View File
@@ -2136,11 +2136,11 @@ public:
PlayerNumber pn = Enum::Check<PlayerNumber>(L, 1);
Steps* pSteps;
if(p->m_pCurSong.Get() != NULL)
if( p->m_pCurSong.Get() != NULL )
{
pSteps = p->m_pCurSong.Get()->GetStepsByStepsType(GAMESTATE->GetCurrentStyle()->m_StepsType)[pn];
if(pSteps == NULL)
if( pSteps == NULL )
pSteps = p->m_pCurSteps[pn];
}
else