Searched refs:sprShip (Results 1 – 1 of 1) sorted by relevance
58 static G2DSprite sprShip = variable128 G2DInitSprite( &sprShip ); in DrawInit()203 sprShip.nTlcT = (u16)((nFrame & 0xf)<<5); in DrawTick()204 sprShip.nTlcS = (u16)((nFrame & 0x10)<<1); in DrawTick()205 G2DInitSprite( &sprShip ); in DrawTick()206 G2DDrawSprite( &sprShip, &poShip ); in DrawTick()