Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Sep 28, 2024
1 parent 19ae3f2 commit de24a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/RE/B/BGSSaveLoadManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace RE
class BGSSaveLoadFileEntry
{
public:
enum class SaveType : std::uint32_t
enum class SaveType
{
kAutosave = 0x0,
kSave = 0x1,
Expand Down
2 changes: 1 addition & 1 deletion src/RE/B/BGSSaveLoadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace RE
Load_Impl(a_fileName, -1, 0, a_checkForMods);
}

void BGSSaveLoadManager::PopulateSaveList()
bool BGSSaveLoadManager::PopulateSaveList()
{
using func_t = decltype(&BGSSaveLoadManager::PopulateSaveList);
static REL::Relocation<func_t> func{ RELOCATION_ID(34850, 35760) };
Expand Down

0 comments on commit de24a12

Please sign in to comment.