git-svn-id: https://svn.eduke32.com/eduke32@7884 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-08-04 02:52:21 +00:00 committed by Christoph Oelckers
parent 2126d215ed
commit 6931d448ff

View file

@ -191,7 +191,7 @@ int32_t cacheFindBlock(int32_t newbytes, int32_t *besto, int32_t *bestz)
for (native_t i=o1, zz=z; i<o2; i+=cac[zz++].leng)
{
if (*cac[zz].lock == 0 || *cac[zz].lock == 255)
if (*cac[zz].lock == 0)
continue;
else if (*cac[zz].lock >= 200)
{