From 2d3c506d9a38a7b377aa39f83d30f6080bafbd62 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 27 Dec 2008 06:13:21 +0000 Subject: Ooops, correct return value. svn-id: r35569 --- engines/scumm/he/wiz_he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/he') diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp index 43611f16fe..f47c59fc29 100644 --- a/engines/scumm/he/wiz_he.cpp +++ b/engines/scumm/he/wiz_he.cpp @@ -2285,7 +2285,7 @@ int Wiz::isWizPixelNonTransparent(int resNum, int state, int x, int y, int flags break; } } - return 1; + return ret; } uint8 Wiz::getWizPixelColor(int resNum, int state, int x, int y, int flags) { -- cgit v1.2.3