This commit is contained in:
parent
13fbd0d118
commit
af2a987818
4 changed files with 0 additions and 19 deletions
|
@ -464,8 +464,6 @@ DVECTOR const &CamPos=CLevel::getCameraPos();
|
|||
|
||||
if (player && playerThing)
|
||||
{
|
||||
playerThing->setHasPlatformCollided( false );
|
||||
|
||||
// Player -> Platform collision
|
||||
thing1=s_CollisionLists[CThing::TYPE_PLATFORM];
|
||||
while(thing1)
|
||||
|
|
|
@ -203,8 +203,6 @@ virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
|
|||
int checkCollisionAgainstArea(CRECT *_rect);
|
||||
void updateCollisionArea();
|
||||
virtual void collidedWith(CThing *_thisThing) {;}
|
||||
virtual void setHasPlatformCollided( bool newVal ) {;}
|
||||
virtual bool getHasPlatformCollided() {return false;}
|
||||
//virtual s32 getNewYPos( CThing *_thisThing );
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue