diff --git a/js/magic.js b/js/magic.js index d9a7cc4..3a9d07b 100644 --- a/js/magic.js +++ b/js/magic.js @@ -189,7 +189,7 @@ window.onload = function () { // if enough time has passed, cast another spell to draw if (timeCounter >= waitTime && counting) { - cast(5, 5, 270, chain); // start position + cast(undefined, undefined, undefined, chain); // start position counting = false; }