This commit is contained in:
Charles 2001-06-05 16:51:32 +00:00
parent 6b96443669
commit 5deb6d75f5

View file

@ -38,7 +38,7 @@ void CNpcSpiderCrabEnemy::postInit()
{ {
m_npcPath.setPathType( CNpcPath::PONG_PATH ); 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 // starting off below ground, jump initially