[GameManager] Allow beat single7 and versus7 to be shown in Demonstration.

This commit is contained in:
AJ Kelly
2012-03-31 13:15:13 -05:00
parent a99aa0a23f
commit ca281aa83f
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -1679,7 +1679,7 @@ static const Style g_Style_Beat_Single7 =
{ // STYLE_BEAT_SINGLE7
true, // m_bUsedForGameplay
true, // m_bUsedForEdit
false, // m_bUsedForDemonstration
true, // m_bUsedForDemonstration
false, // m_bUsedForHowToPlay
"single7", // m_szName
StepsType_beat_single7, // m_StepsType
@@ -1723,7 +1723,7 @@ static const Style g_Style_Beat_Versus7 =
{ // STYLE_BEAT_VERSUS7
true, // m_bUsedForGameplay
true, // m_bUsedForEdit
false, // m_bUsedForDemonstration
true, // m_bUsedForDemonstration
false, // m_bUsedForHowToPlay
"versus7", // m_szName
StepsType_beat_versus7, // m_StepsType