From 7ad42416499a73198939a92009d791e29bff5ca0 Mon Sep 17 00:00:00 2001 From: Sylvain Dupont Date: Tue, 1 Feb 2011 23:26:54 +0000 Subject: TOON: Remove misc/ from paths since it's in global folders Caps'ed the filenames, even if it should not matter normally svn-id: r55714 --- engines/toon/anim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon/anim.cpp') diff --git a/engines/toon/anim.cpp b/engines/toon/anim.cpp index bb5a1e7dbc..2e63d89f37 100644 --- a/engines/toon/anim.cpp +++ b/engines/toon/anim.cpp @@ -227,7 +227,7 @@ void Animation::drawFrameWithMaskAndScale(Graphics::Surface &surface, int32 fram uint8 *curRow = (uint8 *)surface.pixels; uint8 *curRowMask = mask->getDataPtr(); - if (strstr(_name, "shadow")) { + if (strstr(_name, "SHADOW")) { for (int y = yy1; y < yy2; y++) { for (int x = xx1; x < xx2; x++) { if (x < 0 || x >= 1280 || y < 0 || y >= 400) -- cgit v1.2.3