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");