Added missing variable.

This commit is contained in:
Tom Kidd 2021-10-02 21:24:45 -05:00
parent 7533dcd00b
commit bc96500fe6
1 changed files with 3 additions and 0 deletions

View File

@ -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