diff --git a/DataSpec/DNACommon/ANIM.cpp b/DataSpec/DNACommon/ANIM.cpp index 0dfe8ec16..f2f2c02df 100644 --- a/DataSpec/DNACommon/ANIM.cpp +++ b/DataSpec/DNACommon/ANIM.cpp @@ -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; diff --git a/amuse b/amuse index d06fa3f0d..491fa1cd6 160000 --- a/amuse +++ b/amuse @@ -1 +1 @@ -Subproject commit d06fa3f0dcab4c5435592f96fe83c301e0bd3036 +Subproject commit 491fa1cd6f1db2a02af7b398bf8a07ce88cb4a50 diff --git a/hecl b/hecl index fb7942b4a..791c9f369 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit fb7942b4a02bdedc77a4bf84432fae03c779149d +Subproject commit 791c9f3691568889cc7968b8ae0d57fae4a1b71a