for real this time

This commit is contained in:
tildearrow 2022-12-05 19:18:45 -05:00
parent b94493dcc0
commit a69dc4731e
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ void brrEncodeBlock(const short* buf, unsigned char* out, unsigned char range, u
break;
}
if (nextDec>32767) nextDec=32767;
if (nextDec<-32768) nextDec=-32768;
nextDec&=0x7fff;
if (nextDec&0x4000) nextDec|=0xffff8000;