This commit is contained in:
parent
ff8ebd213b
commit
f93f6f0643
6 changed files with 187 additions and 12 deletions
|
@ -320,6 +320,16 @@ private:
|
|||
int m_glassesFlag;
|
||||
int m_squeakyBootsTimer;
|
||||
int m_invinvibilityRingTimer;
|
||||
|
||||
// Platforms
|
||||
public:
|
||||
void setPlatform( CThing *newPlatform );
|
||||
void clearPlatform();
|
||||
private:
|
||||
CThing *m_platform;
|
||||
bool m_onPlatform;
|
||||
bool m_prevOnPlatform;
|
||||
DVECTOR m_prevPlatformPos;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue