fix autorepeat and volume save

This commit is contained in:
2023-12-11 23:14:26 +01:00
parent 6062f6895b
commit 6d95acddd2
6 changed files with 38 additions and 36 deletions

View File

@ -194,7 +194,7 @@ class Stats {
return new Date() - this.startTime
}
lockDown(nbClearedLines, tSpin) {
lockDown(tSpin, nbClearedLines) {
this.totalClearedLines += nbClearedLines
if (nbClearedLines == 4) this.nbQuatuors++
if (tSpin == T_SPIN.T_SPIN) this.nbTSpin++