1
0
mirror of synced 2024-11-24 07:30:21 +01:00
This commit is contained in:
0auBSQ 2024-01-27 16:13:24 +09:00
parent cf0e38f47e
commit 0c8a327204

View File

@ -3926,7 +3926,7 @@ namespace TJAPlayer3
}
else if ( str3.Equals( "DefaultCourse" ) ) //2017.01.30 DD
{
this.nDefaultCourse = CConversion.n値を文字列から取得して範囲内に丸めて返す( str4, 0, 4, this.nDefaultCourse );
this.nDefaultCourse = CConversion.n値を文字列から取得して範囲内に丸めて返す( str4, 0, 5, this.nDefaultCourse );
}
else if ( str3.Equals( "ScoreMode" ) )
{