fix changeFloor onDownInterval

This commit is contained in:
oc 2019-07-06 15:34:20 +08:00
parent 7732b36749
commit 519b76eb48

View File

@ -528,6 +528,8 @@ events.prototype.changeFloor = function (floorId, stair, heroLoc, time, callback
core.stopAutomaticRoute();
core.clearContinueAutomaticRoute();
core.status.replay.animate = true;
clearInterval(core.interval.onDownInterval);
core.interval.onDownInterval = 'tmp';
this._changeFloor_beforeChange(info, callback);
}