Skip to content

Commit

Permalink
Auto plays are no longer saved within the score.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
0auBSQ committed Dec 3, 2021
1 parent 1b5569b commit cf5f4aa
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions TJAPlayer3/Stages/08.Result/CStage結果.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ public override void On活性化()
this.st演奏記録[0].nスコアランク[i] = ini.stセクション[0].nスコアランク[i];
}

ini.stセクション[0].nクリア[i] = this.st演奏記録[0].nクリア[i];
ini.stセクション[0].nスコアランク[i] = this.st演奏記録[0].nスコアランク[i];
// ini.stセクション[0].nクリア[i] = this.st演奏記録[0].nクリア[i];
// ini.stセクション[0].nスコアランク[i] = this.st演奏記録[0].nスコアランク[i];
}
}
else if (TJAPlayer3.stage選曲.n確定された曲の難易度[0] == (int)Difficulty.Dan)
Expand Down Expand Up @@ -274,16 +274,6 @@ public override void On活性化()
ini.stセクション[0] = this.st演奏記録[0];
}

// Clear & Score rank (Legacy)
/*
if(TJAPlayer3.stage選曲.n確定された曲の難易度[0] != (int)Difficulty.Dan && TJAPlayer3.stage選曲.n確定された曲の難易度[0] != (int)Difficulty.Tower)
{
if (this.nクリア > ini.stセクション[0].nクリア[TJAPlayer3.stage選曲.n確定された曲の難易度[0]])
ini.stセクション[0].nクリア[TJAPlayer3.stage選曲.n確定された曲の難易度[0]] = this.nクリア;
if (this.nスコアランク > ini.stセクション[0].nスコアランク[TJAPlayer3.stage選曲.n確定された曲の難易度[0]])
ini.stセクション[0].nスコアランク[TJAPlayer3.stage選曲.n確定された曲の難易度[0]] = this.nスコアランク;
}
*/

// ラストプレイ #23595 2011.1.9 ikanick
// オートじゃなければプレイ結果を書き込む
Expand Down

0 comments on commit cf5f4aa

Please sign in to comment.