Home
last modified time | relevance | path

Searched refs:bodySprite (Results 1 – 1 of 1) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Ddispnode.cpp367 Sprite *bodySprite; in drawObject() local
786 bodySprite = scList[bodyIndex].sp; in drawObject()
789 ? -bodySprite->size.x - bodySprite->offset.x in drawObject()
790 : bodySprite->offset.x) in drawObject()
792 hitBox.y = drawPos.y + bodySprite->offset.y - fineScroll.y; in drawObject()
793 hitBox.width = bodySprite->size.x; in drawObject()
794 hitBox.height = bodySprite->size.y; in drawObject()