Add missing Hyper Mode pieces

Some code was missing from the Hyper Mode feature addition. This
completes the use of `Engine.setTimeout` and adds doubleTime check in
button cooldowns.

Closes #374
This commit is contained in:
Blake Grotewold
2015-05-10 18:14:13 -04:00
parent 9cb94cb9c0
commit 7fd474d3c0
3 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ var StateManager = {
if(changed){
$SM.fireUpdate('income', true);
}
Engine._incomeTimeout = setTimeout($SM.collectIncome, 1000);
Engine._incomeTimeout = Engine.setTimeout($SM.collectIncome, 1000);
},
//Thieves