2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Update amuse and boo

This commit is contained in:
Jack Andersen
2016-05-21 11:46:46 -10:00
parent 465a073814
commit f38a200ea2
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

2
amuse

Submodule amuse updated: d06fa3f0dc...491fa1cd6f

2
hecl

Submodule hecl updated: fb7942b4a0...791c9f3691