1
0
mirror of synced 2025-02-17 19:09:25 +01:00

Reduce number of sections for long charts in Ai battle mode

This commit is contained in:
0auBSQ 2023-01-25 03:56:57 +09:00
parent dd02096637
commit a2e6695fb7

View File

@ -222,7 +222,7 @@ namespace TJAPlayer3
}
}
int battleSectionCount = (endChip.n発声時刻ms * 5) / 120000;
int battleSectionCount = 3 + ((endChip.n発声時刻ms * 2) / 100000);
// Avoid single section
if (battleSectionCount <= 1)
battleSectionCount = 3;