This commit is contained in:
parent
458c4e88ef
commit
db7b5a69a8
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue