Fix Start Replay Bug
This commit is contained in:
parent
7cd492eccd
commit
2e3276be1a
@ -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;
|
||||||
// 没有怪物手册
|
// 没有怪物手册
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user