This commit is contained in:
Paul 2001-03-07 17:06:49 +00:00
parent 458c4e88ef
commit db7b5a69a8

View file

@ -947,6 +947,8 @@ PLAYERINPUT CPlayer::getPadInputDown()
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
int CPlayer::isOnSlippySurface() int CPlayer::isOnSlippySurface()
{ {
return false;
/* (pkg)
int ret=false; int ret=false;
if(m_layerCollision->getHeightFromGround(Pos.vx,Pos.vy,5)==0&& if(m_layerCollision->getHeightFromGround(Pos.vx,Pos.vy,5)==0&&
@ -956,6 +958,7 @@ int CPlayer::isOnSlippySurface()
} }
return ret; return ret;
*/
} }