mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Added missing variable.
This commit is contained in:
parent
7533dcd00b
commit
bc96500fe6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue