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

@ -27,7 +27,7 @@
#include "projectl\projectl.h"
#endif
void CNpc::processSubSharkMovement( int _frames )
void CNpcEnemy::processSubSharkMovement( int _frames )
{
if ( m_timerTimer <= 0 )
{
@ -84,7 +84,7 @@ void CNpc::processSubSharkMovement( int _frames )
}
}
void CNpc::processCloseSubSharkAttack( int _frames )
void CNpcEnemy::processCloseSubSharkAttack( int _frames )
{
if ( playerXDist > 0 )
{