This commit is contained in:
Charles 2001-02-14 16:23:54 +00:00
parent d249841bfc
commit b767d24f69
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class CLayerCollision *CNpc::m_layerCollision;
void CNpc::init()
{
m_type = NPC_SKULL_STOMPER;
m_type = NPC_FALLING_ITEM;
m_heading = m_fireHeading = 0;
m_movementTimer = 0;