| 12 | return &this->GRPFile->frames[this->frameIndex]; |
| 13 | } |
| 14 | BW::Position CImage::getPosition() const |
| 15 | { |
| 16 | return Position(this->horizontalOffset, this->verticalOffset) + this->spriteOwner->position; |
| 17 | } |
| 18 | void CImage::updateGraphicData() |
| 19 | { |
| 20 | grpHead *pGrpHead = this->GRPFile; |
no test coverage detected