From 9569287a1b84ea72d44ca46857f86f422d60d5d1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 21 Oct 2005 05:15:10 +0000 Subject: Add safety check for XMAP support, from original HE games. svn-id: r19209 --- scumm/akos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index b004f065da..7f6550bbc6 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -490,7 +490,7 @@ byte AkosRenderer::drawLimb(const Actor *a, int limb) { if (decflag == 0) continue; - if (_vm->_heversion >= 95) { + if ((shadowMask & 0x8000) && _shadow_table) { _shadow_mode = (shadowMask) ? 3: 0; } -- cgit v1.2.3