mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
Add gamedirectory in .app to searchpath on MacOSX
This commit is contained in:
parent
3648af78dc
commit
87fa68fd41
3 changed files with 32 additions and 1 deletions
|
@ -93,6 +93,16 @@ char *Sys_DefaultInstallPath(void)
|
|||
return Sys_Cwd();
|
||||
}
|
||||
|
||||
/*
|
||||
=================
|
||||
Sys_DefaultAppPath
|
||||
=================
|
||||
*/
|
||||
char *Sys_DefaultAppPath(void)
|
||||
{
|
||||
return Sys_BinaryPath();
|
||||
}
|
||||
|
||||
/*
|
||||
=================
|
||||
Sys_In_Restart_f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue