--- code/qcommon/files.c.orig Fri Jan 26 19:58:26 2007 +++ code/qcommon/files.c Fri Jan 26 20:07:18 2007 @@ -2503,7 +2503,7 @@ sorted[i] = pakfiles[i]; } - qsort( sorted, numfiles, 4, paksort ); + qsort( sorted, numfiles, sizeof(sorted[0]), paksort ); for ( i = 0 ; i < numfiles ; i++ ) { pakfile = FS_BuildOSPath( path, dir, sorted[i] ); @@ -2763,6 +2763,7 @@ if (fs_basepath->string[0]) { FS_AddGameDirectory( fs_basepath->string, gameName ); } + FS_AddGameDirectory( LIBDIR, gameName ); // fs_homepath is somewhat particular to *nix systems, only add if relevant // NOTE: same filtering below for mods and basegame if (fs_basepath->string[0] && Q_stricmp(fs_homepath->string,fs_basepath->string)) { @@ -2777,6 +2778,7 @@ if (fs_basepath->string[0]) { FS_AddGameDirectory(fs_basepath->string, fs_basegame->string); } + FS_AddGameDirectory(LIBDIR, fs_basegame->string); if (fs_homepath->string[0] && Q_stricmp(fs_homepath->string,fs_basepath->string)) { FS_AddGameDirectory(fs_homepath->string, fs_basegame->string); } @@ -2790,6 +2792,7 @@ if (fs_basepath->string[0]) { FS_AddGameDirectory(fs_basepath->string, fs_gamedirvar->string); } + FS_AddGameDirectory(LIBDIR, fs_gamedirvar->string); if (fs_homepath->string[0] && Q_stricmp(fs_homepath->string,fs_basepath->string)) { FS_AddGameDirectory(fs_homepath->string, fs_gamedirvar->string); } mon-2.8'>cinnamon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/java/jai
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-141-1/+0
* Convert j* to USES=zipbapt2014-03-101-1/+1
* - Stage supportantoine2014-02-181-16/+8
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* . Don't force a manual download when it's unnecessary. Add the downloadglewis2013-07-081-5/+1
* "aaargh, quoted Makefile variables"eadler2013-03-191-1/+1
* - Remove needless quoting of BROKEN/IGNOREbdrewery2013-03-161-1/+1
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
* Remove quotes from BROKEN and IGNORE as they are not requiredeadler2012-02-261-1/+1
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1