Add gamedirectory in .app to searchpath on MacOSX

This commit is contained in:
Thilo Schulz 2007-12-14 21:53:57 +00:00
parent 3648af78dc
commit 87fa68fd41
3 changed files with 32 additions and 1 deletions

View file

@ -93,6 +93,16 @@ char *Sys_DefaultInstallPath(void)
return Sys_Cwd();
}
/*
=================
Sys_DefaultAppPath
=================
*/
char *Sys_DefaultAppPath(void)
{
return Sys_BinaryPath();
}
/*
=================
Sys_In_Restart_f