From 0c04ed7ede3f5b1d6f42990d41d78b1d31f389fd Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 30 Jan 2001 22:58:25 +0000 Subject: [PATCH] --- source/enemy/npc.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/enemy/npc.cpp b/source/enemy/npc.cpp index b406d98dd..9e4e13b90 100644 --- a/source/enemy/npc.cpp +++ b/source/enemy/npc.cpp @@ -116,7 +116,7 @@ CNpc::NPC_DATA CNpc::m_data[NPC_UNIT_TYPE_MAX] = NPC_CLOSE_NONE, NPC_TIMER_NONE, false, - 3, + 40, 2048, }, @@ -656,17 +656,14 @@ void CNpc::init() DVECTOR newPos; - newPos.vx = 200; + newPos.vx = 300; newPos.vy = 100; m_npcPath.addWaypoint( newPos ); - m_npcPath.setPathType( SINGLE_USE_PATH ); - m_extension = newPos.vx - Pos.vx; - + m_extension = 0; m_velocity = m_data[m_type].speed; - m_timerTimer = GameState::getOneSecondInFrames() * 4; break;