Skip to content

Commit

Permalink
Merge branch 'dev-1.6.640' of https://github.com/powerof3/CommonLibSSE
Browse files Browse the repository at this point in the history
…into dev-1.6.640
  • Loading branch information
powerof3 committed Oct 16, 2024
2 parents 4ced135 + d40b759 commit 864dd4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/RE/B/BGSSaveLoadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ namespace RE
return *singleton;
}

bool BGSSaveLoadFileEntry::PopulateFileEntryData()
{
using func_t = decltype(&BGSSaveLoadFileEntry::PopulateFileEntryData);
REL::Relocation<func_t> func{ RELOCATION_ID(34627, 35547) };
return func(this);
}
bool BGSSaveLoadFileEntry::PopulateFileEntryData()
{
using func_t = decltype(&BGSSaveLoadFileEntry::PopulateFileEntryData);
REL::Relocation<func_t> func{ RELOCATION_ID(34627, 35547) };
return func(this);
}

void BGSSaveLoadManager::GenerateCharacterID()
{
Expand Down

0 comments on commit 864dd4b

Please sign in to comment.