This commit is contained in:
Charles 2001-02-16 17:15:56 +00:00
parent 3681159ed4
commit a57387d57f
2 changed files with 56 additions and 5 deletions

View file

@ -54,7 +54,7 @@ class CLayerCollision *CNpc::m_layerCollision;
void CNpc::init()
{
m_type = NPC_GARY;
m_type = NPC_SMALL_JELLYFISH_1;
m_heading = m_fireHeading = 0;
m_movementTimer = 0;
@ -85,22 +85,26 @@ void CNpc::init()
DVECTOR newPos;
newPos.vx = 100;
newPos.vy = 10;
//newPos.vy = 10;
newPos.vy = 400;
m_npcPath.addWaypoint( newPos );
newPos.vx = 500;
newPos.vy = 10;
//newPos.vy = 10;
newPos.vy = 400;
m_npcPath.addWaypoint( newPos );
newPos.vx = 500;
newPos.vy = 100;
//newPos.vy = 100;
newPos.vy = 350;
m_npcPath.addWaypoint( newPos );
newPos.vx = 100;
newPos.vy = 100;
//newPos.vy = 100;
newPos.vy = 350;
m_npcPath.addWaypoint( newPos );