diff --git a/index.html b/index.html
index 4bb66d9..13ec05c 100644
--- a/index.html
+++ b/index.html
@@ -213,7 +213,7 @@
-
+
diff --git a/js/interface.js b/js/interface.js
index 37218f3..5a207d9 100644
--- a/js/interface.js
+++ b/js/interface.js
@@ -255,7 +255,7 @@ class Stats {
if (sfxVolumeRange.value) {
if (nbClearedLines == 4) playSound(quatuorSound, this.combo)
else if (nbClearedLines) playSound(lineClearSound, this.combo)
- if (tSpin) playSound(tSpinSound)
+ if (tSpin) playSound(tSpinSound, this.combo)
}
this.goal -= awardedLineClears
diff --git a/sounds/909CHH.wav b/sounds/909CHH.wav
new file mode 100644
index 0000000..54b5ae9
Binary files /dev/null and b/sounds/909CHH.wav differ
diff --git a/sounds/909OHH.wav b/sounds/909OHH.wav
deleted file mode 100644
index e04a742..0000000
Binary files a/sounds/909OHH.wav and /dev/null differ