remove obsolete loader_game check

This commit is contained in:
Daniel Brooks
2015-05-18 01:36:21 -07:00
parent 8a7efdfc59
commit fdd803c8fd
-2
View File
@@ -775,8 +775,6 @@ var Module = null;
function keyevent(resolve) {
return function (e) {
if (typeof loader_game === 'object')
return; // game will start with click-to-play instead of [SPACE] char
if (e.which == 32) {
e.preventDefault();
resolve();