This commit is contained in:
Charles 2001-03-30 22:43:35 +00:00
parent 5bcc1f3ef9
commit 28e212b5c2
8 changed files with 78 additions and 7 deletions

View file

@ -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;
};