From 4df095cb36369c72075744dc3521aa9c2f31218c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 3 Feb 2006 05:47:40 +0000 Subject: Reverse to match values. svn-id: r20354 --- scumm/akos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/akos.cpp') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index b5c0ef3700..63bb44fc36 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -475,7 +475,7 @@ byte AkosRenderer::drawLimb(const Actor *a, int limb) { if (cond == 0) { decflag = 1; } else { - uint32 type = cond & 0xC0000000; + uint32 type = cond & ~0x3FFFFFFF; cond &= 0x3FFFFFFF; if (_vm->_heversion >= 90) { shadowMask = cond & 0xE000; -- cgit v1.2.3