GetCurrentStyle()

This commit is contained in:
Glenn Maynard
2006-09-30 22:13:20 +00:00
parent cd8f1fc1c6
commit a8dd0c5fdc
12 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ bool BeginnerHelper::CanUse()
if( !DoesFileExist(GetAnimPath((Animation)i)) )
return false;
return GAMESTATE->m_pCurStyle->m_bCanUseBeginnerHelper;
return GAMESTATE->GetCurrentStyle()->m_bCanUseBeginnerHelper;
}
bool BeginnerHelper::Initialize( int iDancePadType )