Skip to content

Commit

Permalink
Update BGSSaveLoadManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-apple authored and powerof3 committed Oct 16, 2024
1 parent 0af6871 commit dd28e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RE/B/BGSSaveLoadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace RE

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

0 comments on commit dd28e11

Please sign in to comment.