diff options
Diffstat (limited to 'games/quake2lnx/files/patch-src_qcommon_files.c')
-rw-r--r-- | games/quake2lnx/files/patch-src_qcommon_files.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games/quake2lnx/files/patch-src_qcommon_files.c b/games/quake2lnx/files/patch-src_qcommon_files.c index dca3a05..a93235c 100644 --- a/games/quake2lnx/files/patch-src_qcommon_files.c +++ b/games/quake2lnx/files/patch-src_qcommon_files.c @@ -1,12 +1,11 @@ ---- src/qcommon/files.c.orig Sun Jan 2 00:38:12 2005 -+++ src/qcommon/files.c Tue Sep 27 18:25:41 2005 -@@ -912,7 +912,8 @@ - // +--- src/qcommon/files.c.orig Tue Mar 21 19:36:01 2006 ++++ src/qcommon/files.c Tue Mar 21 19:41:27 2006 +@@ -913,6 +913,8 @@ // add baseq2 to search path // -- FS_AddGameDirectory (va("%s/"BASEDIRNAME, fs_basedir->string) ); -+ FS_AddGameDirectory(LIBDIR"/"BASEDIRNAME); -+ FS_AddGameDirectory(DATADIR"/"BASEDIRNAME); + FS_AddGameDirectory (va("%s/"BASEDIRNAME, fs_basedir->string) ); ++ FS_AddGameDirectory ("%%LIBDIR%%/"BASEDIRNAME); ++ FS_AddGameDirectory ("%%DATADIR%%/"BASEDIRNAME); // // then add a '.quake2/baseq2' directory in home directory by default |