<div dir="ltr">Hi there,<div><br></div><div>I'm seeing an issue where PHYSFS_enumerateFilesCallback fails to fully process .pak archives. A good test case is the pak0.pak that comes with Threewave CTF for Quake II. Internally, this pak file is not alphabetically sorted (maybe the code makes some assumptions about that?).</div><div><br></div><div>If you ask PHYSFS_enumerateFilesCallback to enumerate the "maps" directory, you'll only see maps/q2ctf7.bsp, skipping the 6 other entries in the pak. In stepping through the code, it looks like the enumerator finds "maps.list" and then bails, without iterating the remaining maps/*.bsp entries.</div><div><br></div><div>I hope I've explained this clearly..</div><div><br></div><div>Thanks!</div><div><br></div><div>--</div><div>Jay Dolan</div><div>508-415-1866</div></div>