Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reading non-sequential lumps in AAS files in pk3 files #691

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

zturtleman
Copy link
Member

FS_Seek() doesn't always return 0 on success. If the file in a pk3 file it returns the seek offset. This change doesn't fix any known AAS files.

I found the issue when reviewing #690.

FS_Seek() doesn't always return 0 on success. If the file in a pk3 file
it returns the seek offset. This change doesn't fix any known AAS files.
@zturtleman zturtleman merged commit 4ee389b into ioquake:main Sep 25, 2024
4 checks passed
@zturtleman zturtleman deleted the fs_seek branch September 25, 2024 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant