Fix Start Replay Bug

This commit is contained in:
ckcz123 2018-11-18 16:34:40 +08:00
parent 7cd492eccd
commit 2e3276be1a

View File

@ -1519,7 +1519,9 @@ control.prototype.updateDamage = function (floorId, canvas) {
core.clearMap('damage'); core.clearMap('damage');
} }
// if (!core.isset(core.status.thisMap) || !core.isset(core.status.thisMap.blocks)) return; // 正在开始游戏中
if (core.status.isStarting) return;
// 更新显伤 // 更新显伤
var mapBlocks = core.status.maps[floorId].blocks; var mapBlocks = core.status.maps[floorId].blocks;
// 没有怪物手册 // 没有怪物手册