This commit is contained in:
parent
05dbfd0f3e
commit
bc1713b906
1 changed files with 2 additions and 2 deletions
|
@ -344,8 +344,8 @@ void CProjectile::render()
|
|||
int x,y;
|
||||
int scrnWidth = VidGetScrW();
|
||||
int scrnHeight = VidGetScrH();
|
||||
int spriteWidth = m_spriteBank->getFrameWidth(FRM__SPIKE);
|
||||
int spriteHeight = m_spriteBank->getFrameHeight(FRM__SPIKE);
|
||||
int spriteWidth = m_spriteBank->getFrameWidth( m_spriteFrame );
|
||||
int spriteHeight = m_spriteBank->getFrameHeight( m_spriteFrame );
|
||||
|
||||
offset = getScreenOffset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue