[GameManager] Allow beat single7 and versus7 to be shown in Demonstration.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user