Update CStage結果.cs
remove block of legacy code
This commit is contained in:
parent
0e7e794304
commit
4a77eaa12c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user