mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Update amuse and boo
This commit is contained in:
@@ -126,7 +126,7 @@ atInt16 BitstreamReader::dequantize(const atUint8* data, atUint8 q)
|
||||
/* Sign extend */
|
||||
atUint32 sign = (tempBuf >> (q - 1)) & 0x1;
|
||||
if (sign)
|
||||
tempBuf |= ~0 << q;
|
||||
tempBuf |= ~0u << q;
|
||||
|
||||
/* Return delta value */
|
||||
m_bitCur += q;
|
||||
|
||||
Reference in New Issue
Block a user