fix type
This commit is contained in:
parent
79370aaee2
commit
c26c01c7a0
|
@ -686,7 +686,7 @@ function reset() {
|
||||||
comboPrev.value = 0;
|
comboPrev.value = 0;
|
||||||
maxCombo.value = 0;
|
maxCombo.value = 0;
|
||||||
gameLoaded.value = false;
|
gameLoaded.value = false;
|
||||||
readyGo.value = false;
|
readyGo.value = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function dispose() {
|
function dispose() {
|
||||||
|
|
Loading…
Reference in New Issue