From a2ecc2f542985620e3963ec3e75a708d4b1052f7 Mon Sep 17 00:00:00 2001 From: InsanityBringer <1504999+InsanityBringer@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:04:20 -0500 Subject: [PATCH] Change main database registry hive to HKEY_CURRENT_USER --- win32/windata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/windata.cpp b/win32/windata.cpp index 58495489d..0759a9ee9 100644 --- a/win32/windata.cpp +++ b/win32/windata.cpp @@ -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");