[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
+5 -1
View File
@@ -6,9 +6,13 @@ ________________________________________________________________________________
================================================================================
StepMania 5.0 alpha 2 | 201203??
StepMania 5.0 alpha 2 | 2012033?
--------------------------------------------------------------------------------
2012/03/30
----------
* [GameManager] Allow beat single7 and versus7 to be shown in Demonstration. [AJ]
2012/03/28
----------
* [ScoreKeeperRave] Actually handle hold scores in HandleHoldScore().
+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