(Pre. v0.5.0) Tower plays are now saved (ScoreRank field on the ini contains the highest floor reached)
This commit is contained in:
parent
89932ee98d
commit
c6dfe0f47b
@ -221,6 +221,15 @@ namespace TJAPlayer3
|
|||||||
|
|
||||||
this.st演奏記録[0].nクリア[0] = Math.Max(ini.stセクション[0].nクリア[0], clearValue);
|
this.st演奏記録[0].nクリア[0] = Math.Max(ini.stセクション[0].nクリア[0], clearValue);
|
||||||
}
|
}
|
||||||
|
else // Tower
|
||||||
|
{
|
||||||
|
// Clear if top reached, then FC or DFC like any regular chart
|
||||||
|
// Score Rank cointains highest reached floor
|
||||||
|
if (CFloorManagement.CurrentNumberOfLives > 0)
|
||||||
|
this.st演奏記録[0].nクリア[0] = Math.Max(ini.stセクション[0].nクリア[0], this.nクリア);
|
||||||
|
this.st演奏記録[0].nスコアランク[0] = Math.Max(ini.stセクション[0].nスコアランク[0], CFloorManagement.LastRegisteredFloor);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// 新記録スコアチェック
|
// 新記録スコアチェック
|
||||||
if ((this.st演奏記録[0].nスコア > ini.stセクション[0].nスコア) && !TJAPlayer3.ConfigIni.b太鼓パートAutoPlay)
|
if ((this.st演奏記録[0].nスコア > ini.stセクション[0].nスコア) && !TJAPlayer3.ConfigIni.b太鼓パートAutoPlay)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user