Skip to content

Commit 24e8d28

Browse files
authored
Fix previous map bgm sounds after loading auto save data
1 parent 30f153c commit 24e8d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_objects/Game_Player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Game_Player.prototype.performTransfer = function() {
9494
}
9595
this.locate(this._newX, this._newY);
9696
this.refresh();
97-
this.clearTransferInfo();
9897
DataManager.autoSaveGame();
98+
this.clearTransferInfo();
9999
}
100100
};
101101

0 commit comments

Comments
 (0)