This commit is contained in:
parent
13fbd0d118
commit
af2a987818
4 changed files with 0 additions and 19 deletions
|
@ -228,8 +228,6 @@ public:
|
|||
void buttFall(); // " " " " "
|
||||
virtual int moveVertical(int _moveDistance);
|
||||
virtual int moveHorizontal(int _moveDistance);
|
||||
virtual void setHasPlatformCollided( bool newVal );
|
||||
virtual bool getHasPlatformCollided();
|
||||
|
||||
int isTryingToConversateWithFriend() {return m_allowConversation;}
|
||||
|
||||
|
@ -441,9 +439,6 @@ public:
|
|||
private:
|
||||
CThing *m_platform;
|
||||
|
||||
private:
|
||||
bool m_hasPlatformCollided;
|
||||
|
||||
|
||||
// Player collision size
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue