diff options
Diffstat (limited to 'soh/soh/SaveManager.cpp')
| -rw-r--r-- | soh/soh/SaveManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh/SaveManager.cpp b/soh/soh/SaveManager.cpp index bf8fa46ed..3c6a25dc7 100644 --- a/soh/soh/SaveManager.cpp +++ b/soh/soh/SaveManager.cpp @@ -2425,6 +2425,7 @@ void SaveManager::CopyZeldaFile(int from, int to) { fileMetaInfo[to].filenameLanguage = fileMetaInfo[from].filenameLanguage; SohUtils::CopyStringToCharArray(fileMetaInfo[to].buildVersion, fileMetaInfo[from].buildVersion, ARRAY_COUNT(fileMetaInfo[to].buildVersion)); + GameInteractor::Instance->ExecuteHooks<GameInteractor::OnCopyFile>(from, to); } void SaveManager::DeleteZeldaFile(int fileNum) { |
