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 Oct 10, 2024
1 parent 79bf554 commit a94a3c4
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 a94a3c4

Please sign in to comment.