Skip to content

Commit

Permalink
fix solo gameplaysync crash
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Aug 19, 2020
1 parent c474a89 commit 709f383
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
81 changes: 81 additions & 0 deletions Themes/_fallback/Other/ScreenGameplaySyncMachine music.ssc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,87 @@
0000
;

//---------------dance-solo - ----------------
#NOTEDATA:;
#CHARTNAME:Syncer;
#STEPSTYPE:dance-solo;
#DESCRIPTION:Sync the Game;
#CHARTSTYLE:;
#DIFFICULTY:Beginner;
#METER:1;
#RADARVALUES:0.414,0.379,0.000,0.000,0.000,49.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.414,0.379,0.000,0.000,0.000,49.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000;
#CREDIT:;
#NOTES:
000000
000000
000000
000000
,
000000
000000
000000
000000
,
100000
000001
100000
000001
100000
000001
100000
000001
,
100000
000001
100000
000001
100000
000001
10000
000001
,
100000
000001
100000
000001
100000
000001
100000
000001
,
100000
000001
100000
000001
100000
000001
100000
000001
,
100000
000001
100000
000001
100000
000001
100000
000001
,
100000
000001
100000
000001
100000
000001
100000
000001
,
100000
000000
000000
000000
;

//---------------pump-single - ----------------
#NOTEDATA:;
#CHARTNAME:Syncer;
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/Singletons/GameManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static const Style g_Style_Solo_Single = {
true, // m_bUsedForGameplay
true, // m_bUsedForEdit
false, // m_bUsedForDemonstration
false, // m_bUsedForHowToPlay
true, // m_bUsedForHowToPlay
"single", // m_szName
StepsType_dance_solo, // m_StepsType
StyleType_OnePlayerOneSide, // m_StyleType
Expand Down

0 comments on commit 709f383

Please sign in to comment.