This commit is contained in:
parent
7bb3c7353e
commit
579cb15a9d
20 changed files with 71 additions and 71 deletions
|
@ -507,8 +507,8 @@ void CNpcEnemy::addWaypoint( u16 *ptrX, u16 *ptrY )
|
|||
|
||||
void CNpcEnemy::setStartPos( s32 xPos, s32 yPos )
|
||||
{
|
||||
Pos.vx = xPos << 4;
|
||||
Pos.vy = yPos << 4;
|
||||
Pos.vx = ( xPos << 4 ) + 8;
|
||||
Pos.vy = ( yPos << 4 ) + 16;
|
||||
|
||||
m_initPos = m_base = Pos;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue