diff options
-rw-r--r-- | scumm/sprite_he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index df96e4e57c..3132ee115f 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -128,7 +128,7 @@ int ScummEngine_v90he::findSpriteWithClassOf(int x, int y, int spriteGroup, int y += h / 2; } - if(isWizPixelNonTransparent(rtImage, resId, state, x, y, spi->imgFlags)); + if(isWizPixelNonTransparent(rtImage, resId, state, x, y, spi->imgFlags)) return i; } } |