From 5deb6d75f540533d93d07618f17a233e675beeee Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 5 Jun 2001 16:51:32 +0000 Subject: [PATCH] --- source/enemy/nscrab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nscrab.cpp b/source/enemy/nscrab.cpp index e2a6d0f6f..f75980a55 100644 --- a/source/enemy/nscrab.cpp +++ b/source/enemy/nscrab.cpp @@ -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