This commit is contained in:
Charles 2001-05-01 13:28:11 +00:00
parent 17a78fdd73
commit 1f1174bcc5
8 changed files with 241 additions and 33 deletions

View file

@ -25,22 +25,6 @@ void CNpcBoatHazard::init()
{
CNpcHazard::init();
DVECTOR newPos;
Pos.vx = 100;
Pos.vy = 100;
m_base = Pos;
newPos.vx = 600;
newPos.vy = 100;
m_npcPath.addWaypoint( newPos );
newPos.vx = 50;
newPos.vy = 100;
m_npcPath.addWaypoint( newPos );
m_npcPath.setPathType( CNpcPath::PONG_PATH );
}