aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-02-26 10:53:23 +0000
committerTravis Howell2005-02-26 10:53:23 +0000
commit77b50fcce8ee3ad42d7d38cebcd042d72a55c5b5 (patch)
treed33862fe840ad92c358b62c09738bdc348ab9fde /scumm
parent4f5589bb8b9f4a431145fd7fc931d2a0042a677f (diff)
downloadscummvm-rg350-77b50fcce8ee3ad42d7d38cebcd042d72a55c5b5.tar.gz
scummvm-rg350-77b50fcce8ee3ad42d7d38cebcd042d72a55c5b5.tar.bz2
scummvm-rg350-77b50fcce8ee3ad42d7d38cebcd042d72a55c5b5.zip
Typo
svn-id: r16926
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sprite_he.cpp2
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;
}
}