This commit is contained in:
parent
5bcc1f3ef9
commit
28e212b5c2
8 changed files with 78 additions and 7 deletions
|
@ -139,6 +139,8 @@ public:
|
|||
virtual void think(int _frames);
|
||||
virtual void render();
|
||||
virtual void shove(DVECTOR move);
|
||||
virtual void setHasPlatformCollided( bool newVal );
|
||||
virtual bool getHasPlatformCollided();
|
||||
|
||||
DVECTOR getCameraPos() {return m_cameraPos;}
|
||||
|
||||
|
@ -266,7 +268,8 @@ private:
|
|||
DVECTOR m_prevPlatformPos;
|
||||
*/
|
||||
|
||||
|
||||
private:
|
||||
bool m_hasPlatformCollided;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue