@@ -369,7 +369,7 @@ static const float basescalers[NUM_Skillset] = { 0.f, 0.97f, 0.875f, 0.89f,
369
369
bool debug_lmao = false ;
370
370
371
371
#pragma region patternmodparamstuff
372
- static const std::string calc_params_xml = " calc params.xml" ;
372
+ static const std::string calc_params_xml = " Save/ calc params.xml" ;
373
373
374
374
#pragma endregion
375
375
@@ -1625,7 +1625,7 @@ RunningMen::advance_sequencing(const metanoteinfo& mni)
1625
1625
inline void
1626
1626
RunningMen::floop ()
1627
1627
{
1628
- std::string fn = " Save/ " + calc_params_xml;
1628
+ std::string fn = calc_params_xml;
1629
1629
int iError;
1630
1630
std::unique_ptr<RageFileBasic> pFile (
1631
1631
FILEMAN->Open (fn, RageFile::READ, iError));
@@ -1663,9 +1663,9 @@ SavePatternModParamXmlToDir()
1663
1663
{
1664
1664
RunningMen zoop;
1665
1665
1666
- string fn = " Save/ " + calc_params_xml;
1667
- unique_ptr<XNode> xml (zoop.CreateParamNode ());
1668
- string err;
1666
+ std:: string fn = calc_params_xml;
1667
+ std:: unique_ptr<XNode> xml (zoop.CreateParamNode ());
1668
+ std:: string err;
1669
1669
RageFile f;
1670
1670
if (!f.Open (fn, RageFile::WRITE))
1671
1671
return ;
@@ -5100,7 +5100,7 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
5100
5100
5101
5101
handInfo.emplace_back (debugRun->left_hand .debugValues );
5102
5102
handInfo.emplace_back (debugRun->right_hand .debugValues );
5103
- if (!DoesFileExist (" Save/ " + calc_params_xml))
5103
+ if (!DoesFileExist (calc_params_xml))
5104
5104
SavePatternModParamXmlToDir ();
5105
5105
}
5106
5106
#pragma endregion
0 commit comments