This commit is contained in:
parent
2aa8982ea5
commit
f033ab2d2e
3 changed files with 23 additions and 2 deletions
|
@ -23,11 +23,14 @@ class CNpcCheckpointHazard : public CNpcHazard
|
|||
public:
|
||||
void init();
|
||||
void render();
|
||||
void think(int _frames);
|
||||
protected:
|
||||
void collidedWith(CThing *_thisThing);
|
||||
|
||||
u8 m_triggered;
|
||||
int m_spriteFrame;
|
||||
int m_timer;
|
||||
u8 m_flick;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue