Fix setInitData Bug

This commit is contained in:
oc 2018-07-12 12:05:04 +08:00
parent 7aa6c7ed95
commit 236c6408b5

View File

@ -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);
}
////// 重新开始游戏;此函数将回到标题页面 //////