From bc96500fe65db0ef2b0a81be4b8e7fb869f8aa2d Mon Sep 17 00:00:00 2001 From: Tom Kidd Date: Sat, 2 Oct 2021 21:24:45 -0500 Subject: [PATCH] Added missing variable. --- code/sys/sys_unix.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/sys/sys_unix.c b/code/sys/sys_unix.c index 8c6ce3c9..e0c63238 100644 --- a/code/sys/sys_unix.c +++ b/code/sys/sys_unix.c @@ -50,6 +50,9 @@ static char steamPath[ MAX_OSPATH ] = { 0 }; // Used to store the GOG Quake 3 installation path static char gogPath[ MAX_OSPATH ] = { 0 }; +// Used to store the Microsoft Store Quake 3 installation path +static char microsoftStorePath[MAX_OSPATH] = { 0 }; + /* ================== Sys_DefaultHomePath