This commit is contained in:
parent
e542b27acd
commit
0e9eebea26
2 changed files with 16 additions and 0 deletions
|
@ -167,6 +167,8 @@ public:
|
|||
virtual void setHasPlatformCollided( bool newVal );
|
||||
virtual bool getHasPlatformCollided();
|
||||
|
||||
int isTryingToConversateWithFriend() {return m_allowConversation;}
|
||||
|
||||
DVECTOR getCameraPos() {return m_cameraPos;}
|
||||
|
||||
void setLayerCollision(class CLayerCollision *_layer) {m_layerCollision=_layer;}
|
||||
|
@ -202,6 +204,7 @@ private:
|
|||
void playAnimFrameSfx(int _animNo,int _animFrame);
|
||||
|
||||
DVECTOR m_moveVelocity;
|
||||
int m_allowConversation;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue