This commit is contained in:
parent
96dd1440e6
commit
315868c4fb
4 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -138,7 +138,7 @@ public:
|
|||
virtual void shutdown();
|
||||
virtual void think(int _frames);
|
||||
virtual void render();
|
||||
virtual void shove(DVECTOR move);
|
||||
//virtual void shove(DVECTOR move);
|
||||
virtual void setHasPlatformCollided( bool newVal );
|
||||
virtual bool getHasPlatformCollided();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue