This commit is contained in:
Charles 2001-02-05 16:20:38 +00:00
parent b9ccd83f66
commit a4b4bf370a
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
void CNpc::init()
{
m_type = NPC_FISH_FOLK;
m_type = NPC_ZOMBIE_FISH_FOLK;
m_heading = m_fireHeading = 0;
m_movementTimer = 0;

View File

@ -330,15 +330,15 @@ CNpc::NPC_DATA CNpc::m_data[NPC_UNIT_TYPE_MAX] =
},
{ // NPC_ZOMBIE_FISH_FOLK
NPC_INIT_DEFAULT,
NPC_INIT_FISH_FOLK,
NPC_SENSOR_NONE,
NPC_MOVEMENT_FIXED_PATH,
NPC_MOVEMENT_MODIFIER_NONE,
NPC_MOVEMENT_MODIFIER_FISH_FOLK,
NPC_CLOSE_NONE,
NPC_TIMER_NONE,
false,
2,
128,
2048,
},
{ // NPC_NINJA_STARFISH