diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-12-14 21:53:57 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-12-14 21:53:57 +0000 |
commit | dfa688010700e8d1dadbe2bd6919e73d499b27ca (patch) | |
tree | 7573f20264932c532df99ec75395a485cfdef794 /code/sys | |
parent | 7fda2bcce8db155720ec8bfe16b7ea17667aaf89 (diff) | |
download | ioquake3-aero-dfa688010700e8d1dadbe2bd6919e73d499b27ca.tar.gz ioquake3-aero-dfa688010700e8d1dadbe2bd6919e73d499b27ca.zip |
Add gamedirectory in .app to searchpath on MacOSX
git-svn-id: svn://svn.icculus.org/quake3/trunk@1239 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/sys')
-rw-r--r-- | code/sys/sys_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -95,6 +95,16 @@ char *Sys_DefaultInstallPath(void) /* ================= +Sys_DefaultAppPath +================= +*/ +char *Sys_DefaultAppPath(void) +{ + return Sys_BinaryPath(); +} + +/* +================= Sys_In_Restart_f Restart the input subsystem |