This commit is contained in:
Charles 2001-01-30 16:26:19 +00:00
parent 666cae200a
commit 0dc663a051
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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)