This commit is contained in:
parent
6b96443669
commit
5deb6d75f5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void CNpcSpiderCrabEnemy::postInit()
|
|||
{
|
||||
m_npcPath.setPathType( CNpcPath::PONG_PATH );
|
||||
|
||||
if ( CGameScene::getCollision()->getHeightFromGround( Pos.vx, Pos.vy - 8, 16 ) <= 0 )
|
||||
if ( CGameScene::getCollision()->getHeightFromGround( Pos.vx, Pos.vy - 24, 16 ) <= 0 )
|
||||
{
|
||||
// starting off below ground, jump initially
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue