Skip to content

Commit 4a7510e

Browse files
dont bother saving/loading radar values
1 parent 4df4581 commit 4a7510e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NotesLoaderSSC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ struct ssc_parser_helper_t
630630
steps_tag_handlers["DESCRIPTION"]= &SetDescription;
631631
steps_tag_handlers["DIFFICULTY"]= &SetDifficulty;
632632
steps_tag_handlers["METER"]= &SetMeter;
633-
steps_tag_handlers["RADARVALUES"]= &SetRadarValues;
633+
//steps_tag_handlers["RADARVALUES"]= &SetRadarValues;
634634
steps_tag_handlers["CREDIT"]= &SetCredit;
635635
steps_tag_handlers["MUSIC"]= &SetStepsMusic;
636636
steps_tag_handlers["BPMS"]= &SetStepsBPMs;

src/NotesWriterSSC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
393393
asRadarValues.push_back(ssprintf("%.6f", rv[rc]));
394394
}
395395
}
396-
lines.push_back(ssprintf("#RADARVALUES:%s;", join(",", asRadarValues).c_str()));
396+
//lines.push_back(ssprintf("#RADARVALUES:%s;", join(",", asRadarValues).c_str()));
397397

398398
push_back_tag(lines, "#CREDIT:%s;", in.GetCredit());
399399

0 commit comments

Comments
 (0)