]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix FS_Seek for compressed file from PK3
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 24 May 2020 14:18:15 +0000 (14:18 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 24 May 2020 14:18:15 +0000 (14:18 +0000)
commit79fff8c0583c2b27bc216f718332d12d4623ebbc
tree4232a87578f5b533915ffcc0bd02972ef504511f
parent7498fdf63cfe809055148711e4056e7e1920303c
Fix FS_Seek for compressed file from PK3

From Slava: "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."

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