]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix bugs in ModList_RebuildList such that it no longer lists files in the quake direc...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Apr 2017 20:25:39 +0000 (20:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Apr 2017 20:25:39 +0000 (20:25 +0000)
commit6fb644eee19956bee121e1f2430d2b84067dc056
tree84ac3bf01b2a44e112c1c623be6421dba296fb98
parentac5dd620f7242770f8a94a2684a9dfe27e414793
Fix bugs in ModList_RebuildList such that it no longer lists files in the quake directory as gamedirs.

These bugs were previously hidden by a different behavior in FS_CheckNastyPath until 20140716 where directories with a period in their name were skipped, but that was not a complete solution.

Thanks to klichka for bug report.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12329 d7cf8633-e32d-0410-b094-e92efae38249
menu.c