Skip to content

Fix FS_Seek for compressed file from PK3

Slava requested to merge slavab/darkplaces:master into master

Currently FS_Seek works incorrectly with compressed files from PK3 but this issue isn't noticed because in most cases engine is using FS_LoadFile which reads file sequentially without seeking.

Merge request reports