This commit is contained in:
parent
666cae200a
commit
0dc663a051
2 changed files with 4 additions and 2 deletions
|
@ -483,7 +483,7 @@ CNpc::NPC_DATA CNpc::m_data[NPC_UNIT_TYPE_MAX] =
|
||||||
|
|
||||||
void CNpc::init()
|
void CNpc::init()
|
||||||
{
|
{
|
||||||
m_type = NPC_PENDULUM;
|
m_type = NPC_FISH_HOOK;
|
||||||
|
|
||||||
m_heading = m_fireHeading = 0;
|
m_heading = m_fireHeading = 0;
|
||||||
m_movementTimer = 0;
|
m_movementTimer = 0;
|
||||||
|
|
|
@ -124,7 +124,9 @@ void CPlayer::shutdown()
|
||||||
Params:
|
Params:
|
||||||
Returns:
|
Returns:
|
||||||
---------------------------------------------------------------------- */
|
---------------------------------------------------------------------- */
|
||||||
DVECTOR ofs={-240,-134}; // nearly -256,-128 ;)
|
//DVECTOR ofs={-240,-134}; // nearly -256,-128 ;)
|
||||||
|
DVECTOR ofs={0,0}; //temporary
|
||||||
|
|
||||||
int psize=0;
|
int psize=0;
|
||||||
int newmode=-1;
|
int newmode=-1;
|
||||||
void CPlayer::think(int _frames)
|
void CPlayer::think(int _frames)
|
||||||
|
|
Loading…
Add table
Reference in a new issue