This commit is contained in:
Charles 2001-02-27 21:25:22 +00:00
parent fb13af9532
commit bb1837c2d3
23 changed files with 342 additions and 85 deletions

View file

@ -28,7 +28,7 @@
#endif
void CNpc::processFlyingDutchmanMovement( int _frames )
void CNpcEnemy::processFlyingDutchmanMovement( int _frames )
{
if ( m_movementTimer > 0 )
{
@ -69,7 +69,7 @@ void CNpc::processFlyingDutchmanMovement( int _frames )
}
}
void CNpc::processCloseFlyingDutchmanAttack( int _frames )
void CNpcEnemy::processCloseFlyingDutchmanAttack( int _frames )
{
if ( playerYDist > 0 )
{