This commit is contained in:
parent
1b977d9da6
commit
6a18346288
2 changed files with 30 additions and 5 deletions
|
@ -38,10 +38,18 @@ public:
|
|||
void enter(class CPlayerModeBase *_playerMode);
|
||||
void think(class CPlayerModeBase *_playerMode);
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
BUTT_BOUNCE_TIMEOUT=45,
|
||||
};
|
||||
|
||||
unsigned int m_buttBounceTimer;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class CPlayerStateFallFar : public CPlayerStateFall
|
||||
class CPlayerStateFallFar : public CPlayerState
|
||||
{
|
||||
private:
|
||||
void enter(class CPlayerModeBase *_playerMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue