This commit is contained in:
parent
cea1bda63f
commit
279dfe77ea
5 changed files with 23 additions and 32 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
|
||||
//virtual CRECT const *getThinkBBox();
|
||||
protected:
|
||||
virtual s32 getFrameShift( int _frames );
|
||||
virtual bool processSensor();
|
||||
virtual void processClose( int _frames );
|
||||
virtual void processMovement( int _frames );
|
||||
|
@ -85,7 +86,7 @@ protected:
|
|||
CNpcPositionHistory m_positionHistoryArray[NPC_SEA_SNAKE_SPACING * NPC_SEA_SNAKE_LENGTH];
|
||||
s32 m_collTimer;
|
||||
s32 m_snapTimer;
|
||||
s32 m_openTimer;
|
||||
//s32 m_openTimer;
|
||||
bool m_meterOn;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue