diff options
author | athrxx | 2013-04-15 21:34:52 +0200 |
---|---|---|
committer | athrxx | 2013-04-18 16:10:38 +0200 |
commit | 2c973a6bff6b83ac803a4a2a2c7e189fd730df7b (patch) | |
tree | b15611e9cd5c6c2ee2cbed62626896b1f60f8fd3 /engines | |
parent | 4021a04269334a8c3f6d679cdc7b3bc0e31f6e36 (diff) | |
download | scummvm-rg350-2c973a6bff6b83ac803a4a2a2c7e189fd730df7b.tar.gz scummvm-rg350-2c973a6bff6b83ac803a4a2a2c7e189fd730df7b.tar.bz2 scummvm-rg350-2c973a6bff6b83ac803a4a2a2c7e189fd730df7b.zip |
KYRA: (EOB) - fix warning (Logically dead code) in sprites_eob.cpp
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/sprites_eob.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/sprites_eob.cpp b/engines/kyra/sprites_eob.cpp index 962efe6a4e..bb54183fb4 100644 --- a/engines/kyra/sprites_eob.cpp +++ b/engines/kyra/sprites_eob.cpp @@ -551,8 +551,6 @@ void EoBCoreEngine::drawMonsters(int index) { SpriteDecoration *dcr = &_monsterDecorations[(p->decorations[ii] - 1) * 6 + subFrame + shpIndex - 1]; - if (!dcr) - continue; if (!dcr->shp) continue; |