fix changeFloor onDownInterval
This commit is contained in:
parent
7732b36749
commit
519b76eb48
@ -528,6 +528,8 @@ events.prototype.changeFloor = function (floorId, stair, heroLoc, time, callback
|
|||||||
core.stopAutomaticRoute();
|
core.stopAutomaticRoute();
|
||||||
core.clearContinueAutomaticRoute();
|
core.clearContinueAutomaticRoute();
|
||||||
core.status.replay.animate = true;
|
core.status.replay.animate = true;
|
||||||
|
clearInterval(core.interval.onDownInterval);
|
||||||
|
core.interval.onDownInterval = 'tmp';
|
||||||
|
|
||||||
this._changeFloor_beforeChange(info, callback);
|
this._changeFloor_beforeChange(info, callback);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user