Skip to content

Commit

Permalink
Merge pull request #26 from InsanityBringer/fix_registry_hive
Browse files Browse the repository at this point in the history
Change main database registry hive to HKEY_CURRENT_USER
  • Loading branch information
kevinbentley authored Apr 17, 2024
2 parents 6a7a141 + a2ecc2f commit ac41e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/windata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ oeWin32AppDatabase::oeWin32AppDatabase() {

hCurKey = 0;

hBaseKey = (unsigned)HKEY_LOCAL_MACHINE;
hBaseKey = (unsigned)HKEY_CURRENT_USER;

// create outrage entertainment key
lstrcpy(m_Basepath, "SOFTWARE\\Outrage");
Expand Down

0 comments on commit ac41e9a

Please sign in to comment.