mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
Addressed string concatenation issue and added dummy method for Mac/Linux
This commit is contained in:
parent
3c78fe2295
commit
7533dcd00b
2 changed files with 16 additions and 1 deletions
|
@ -120,6 +120,18 @@ char *Sys_GogPath( void )
|
|||
return gogPath;
|
||||
}
|
||||
|
||||
/*
|
||||
================
|
||||
Sys_MicrosoftStorePath
|
||||
================
|
||||
*/
|
||||
char* Sys_MicrosoftStorePath(void)
|
||||
{
|
||||
// Microsoft Store doesn't exist on Mac/Linux
|
||||
return microsoftStorePath;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
================
|
||||
Sys_Milliseconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue