From 236c6408b5896f02f4c82b04480a75ff0d73ba7e Mon Sep 17 00:00:00 2001 From: oc Date: Thu, 12 Jul 2018 12:05:04 +0800 Subject: [PATCH] Fix setInitData Bug --- libs/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core.js b/libs/core.js index 264a76d4..66b7c12a 100644 --- a/libs/core.js +++ b/libs/core.js @@ -310,7 +310,7 @@ core.prototype.resetStatus = function(hero, hard, floorId, route, maps, values) ////// 开始游戏 ////// core.prototype.startGame = function (hard, callback) { - core.control.startGame(hard, callback);huo + core.control.startGame(hard, callback); } ////// 重新开始游戏;此函数将回到标题页面 //////