diff --git a/source/enemy/npc.cpp b/source/enemy/npc.cpp index 69ba46362..5bdc42e12 100644 --- a/source/enemy/npc.cpp +++ b/source/enemy/npc.cpp @@ -483,7 +483,7 @@ CNpc::NPC_DATA CNpc::m_data[NPC_UNIT_TYPE_MAX] = void CNpc::init() { - m_type = NPC_PENDULUM; + m_type = NPC_FISH_HOOK; m_heading = m_fireHeading = 0; m_movementTimer = 0; diff --git a/source/player/player.cpp b/source/player/player.cpp index 7261d368c..0360bab09 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -124,7 +124,9 @@ void CPlayer::shutdown() Params: Returns: ---------------------------------------------------------------------- */ -DVECTOR ofs={-240,-134}; // nearly -256,-128 ;) +//DVECTOR ofs={-240,-134}; // nearly -256,-128 ;) +DVECTOR ofs={0,0}; //temporary + int psize=0; int newmode=-1; void CPlayer::think(int _frames)