]> 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)
committerRudolf Polzer <divVerent@gmail.com>
Fri, 12 Mar 2021 21:23:32 +0000 (13:23 -0800)
commit5a5a88c3bd19432bae67c498e01edeb284ba4d74
tree2ddd5da4aa400d6d4d8a74df8fc20bb7797a7123
parent9bc373ec10163b47ecf6b93566b9f3b10ee178b2
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
::stable-branch::merge=79fff8c0583c2b27bc216f718332d12d4623ebbc
fs.c