From dfa688010700e8d1dadbe2bd6919e73d499b27ca Mon Sep 17 00:00:00 2001 From: thilo Date: Fri, 14 Dec 2007 21:53:57 +0000 Subject: Add gamedirectory in .app to searchpath on MacOSX git-svn-id: svn://svn.icculus.org/quake3/trunk@1239 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/sys/sys_main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'code/sys') diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index 4c3f703..a1a57b4 100644 --- a/code/sys/sys_main.c +++ b/code/sys/sys_main.c @@ -93,6 +93,16 @@ char *Sys_DefaultInstallPath(void) return Sys_Cwd(); } +/* +================= +Sys_DefaultAppPath +================= +*/ +char *Sys_DefaultAppPath(void) +{ + return Sys_BinaryPath(); +} + /* ================= Sys_In_Restart_f -- cgit v1.2.3