This commit is contained in:
parent
f1fe0ed2da
commit
cf9a66a91e
11 changed files with 55 additions and 24 deletions
|
@ -248,7 +248,7 @@ public:
|
|||
int getHeightFromPlatformNoGround(int _x,int _y,int _maxHeight=32);
|
||||
int getHeightFromGroundNoPlatform(int _x,int _y,int _maxHeight=32);
|
||||
|
||||
void setLedgeLookAhead(int _lookAhead) {m_ledgeLookAhead=_lookAhead;}
|
||||
void setLedgeLookAhead(int _lookAhead);
|
||||
|
||||
void addLife();
|
||||
void addSpatula(int Count=1) {m_numSpatulasHeld+=Count;}
|
||||
|
@ -337,7 +337,7 @@ private:
|
|||
DVECTOR m_currentCamFocusPoint;
|
||||
int m_facing;
|
||||
int m_padLookAroundTimer;
|
||||
int m_ledgeLookAhead,m_lastLedgeLookAhead;
|
||||
int m_ledgeLookAhead;
|
||||
int m_ledgeLookOffset;
|
||||
int m_ledgeLookTimer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue