This commit is contained in:
oc 2018-04-25 23:10:54 +08:00
parent 276144a1df
commit 8cd049c720

View File

@ -966,8 +966,12 @@ events.prototype.changeFloor = function (floorId, stair, heroLoc, time, callback
else core.setWeather();
// 清除gif
while (core.dom.gif.firstChild)
/*
while (core.dom.gif.firstChild) {
core.dom.gif.removeChild(core.dom.gif.firstChild);
}
*/
core.dom.gif.innerHTML = "";
// 检查重生
if (!core.isset(fromLoad)) {