speed up and bug fix

This commit is contained in:
LucidCrux
2013-07-25 02:00:41 -06:00
parent 766d3879c7
commit f4520bce91
3 changed files with 16 additions and 43 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ var Engine = {
}
} catch(e) {
State = {};
$SM.set('verson', Engine.VERSION);
$SM.set('version', Engine.VERSION);
Engine.event('progress', 'new game');
}
},