This commit is contained in:
parent
29aff513ef
commit
56bbd22107
3 changed files with 35 additions and 2 deletions
|
@ -23,9 +23,15 @@ class CNpcRetractingPlatform : public CNpcPlatform
|
|||
public:
|
||||
void postInit();
|
||||
void render();
|
||||
bool alwaysThink() {return(true);}
|
||||
|
||||
void setSpeed( s16 newSpeed );
|
||||
protected:
|
||||
void reinit();
|
||||
void processTimer( int _frames );
|
||||
|
||||
s32 m_initDelay;
|
||||
|
||||
enum NPC_PLATFORM_TIMER_TYPE
|
||||
{
|
||||
NPC_PLATFORM_TIMER_RETRACT = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue