From 53ef575dbacdedc021579a9d200396fd68326824 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Sun, 3 Feb 2008 09:35:04 +0000 Subject: Missing ( in ASM_COSTUME code svn-id: r30751 --- engines/scumm/costume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/scumm/costume.cpp b/engines/scumm/costume.cpp index b0dbec9ff9..3ab1b19bbf 100644 --- a/engines/scumm/costume.cpp +++ b/engines/scumm/costume.cpp @@ -437,7 +437,7 @@ void ClassicCostumeRenderer::proc3(Codec1 &v1) { bool masked; #ifdef USE_ARM_COSTUME_ASM - if ((_shadow_mode & 0x20) == 0) && + if (((_shadow_mode & 0x20) == 0) && (v1.mask_ptr != NULL) && (_shadow_table != NULL)) { -- cgit v1.2.3