This commit is contained in:
Charles 2001-04-10 20:08:23 +00:00
parent 96dd1440e6
commit 315868c4fb
4 changed files with 8 additions and 8 deletions

View file

@ -873,7 +873,7 @@ PLAYERINPUT CPlayer::readPadInput()
Params:
Returns:
---------------------------------------------------------------------- */
void CPlayer::shove( DVECTOR move )
/*void CPlayer::shove( DVECTOR move )
{
int colHeight;
@ -944,7 +944,7 @@ void CPlayer::shove( DVECTOR move )
// No obstruction
Pos.vy+=move.vy;
}
}
}*/
void CPlayer::setPlatform(CThing *_newPlatform)
{