This commit is contained in:
parent
2668b7ca7a
commit
fc84e1f409
3 changed files with 14 additions and 3 deletions
|
@ -49,7 +49,7 @@ void CNpcEnemyGenerator::think(int _frames)
|
|||
|
||||
CNpcEnemy *enemy;
|
||||
enemy=CNpcEnemy::Create( CNpcEnemy::NPC_SPIDER_CRAB );
|
||||
enemy->setStartPos( ( Pos.vx - 8 ) >> 4, ( Pos.vy - 16 ) >> 4 );
|
||||
enemy->setStartPosHighRes( Pos.vx, Pos.vy - 8 );
|
||||
|
||||
u16 *waypointPtr = m_npcPath.getWaypointPtr();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue