This commit is contained in:
parent
17a4463ac2
commit
38b97c7111
13 changed files with 185 additions and 3 deletions
|
@ -710,6 +710,20 @@ void CNpcFlyingDutchmanEnemy::render()
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcFlyingDutchmanEnemy::renderOnMapScreen( DVECTOR drawPos )
|
||||
{
|
||||
SprFrame = NULL;
|
||||
|
||||
SprFrame = m_actorGfx->Render(drawPos,0,0,false);
|
||||
//setShadeTex(SprFrame,0);
|
||||
//setSemiTrans( SprFrame, true );
|
||||
//SprFrame->tpage|=1<<5;
|
||||
m_actorGfx->RotateScale( SprFrame, drawPos, 0, 5120, 5120 );
|
||||
//setRGB0( SprFrame, m_fadeVal, m_fadeVal, m_fadeVal );
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcFlyingDutchmanEnemy::collidedWith(CThing *_thisThing)
|
||||
{
|
||||
if ( m_isActive && !m_isCaught && !m_isDying )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue