1
0
mirror of synced 2024-11-12 01:50:47 +01:00

Update CStage結果.cs

remove block of legacy code
This commit is contained in:
basketballsmash-yt 2021-11-25 17:07:02 +09:00 committed by GitHub
parent 0e7e794304
commit 4a77eaa12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,17 +273,6 @@ namespace TJAPlayer3
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
// オートじゃなければプレイ結果を書き込む
if (TJAPlayer3.ConfigIni.b太鼓パートAutoPlay == false)