diff --git a/js/rpg_scenes/Scene_Map.js b/js/rpg_scenes/Scene_Map.js index 7bb984cd..4872edd0 100644 --- a/js/rpg_scenes/Scene_Map.js +++ b/js/rpg_scenes/Scene_Map.js @@ -68,6 +68,9 @@ Scene_Map.prototype.update = function() { Scene_Map.prototype.updateMainMultiply = function() { this.updateMain(); if (this.isFastForward()) { + if (!this.isMapTouchOk()) { + this.updateDestination(); + } this.updateMain(); } };