Modified MS Store path handling to better follow the pattern of Steam/GOG

This commit is contained in:
Tom Kidd 2021-10-22 11:28:55 -05:00
parent 294eeb3c1c
commit 3afe37a896
2 changed files with 3 additions and 0 deletions

View file

@ -232,10 +232,12 @@ Sys_MicrosoftStorePath
*/
char* Sys_MicrosoftStorePath(void)
{
#ifdef MSSTORE_PATH
if (!microsoftStorePath[0])
{
Q_strcat(microsoftStorePath, MAX_OSPATH, "C:\\Program Files\\ModifiableWindowsApps\\Quake 3\\EN");
}
#endif
return microsoftStorePath;
}