This commit is contained in:
parent
43f5dff506
commit
108577f6df
2 changed files with 31 additions and 4 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
class CNpcBobbingPlatform : public CNpcPlatform
|
||||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual void processMovement( int _frames );
|
||||
|
||||
|
@ -28,6 +30,8 @@ protected:
|
|||
NPC_BOB_STOP = 0,
|
||||
NPC_BOB_MOVE = 1,
|
||||
};
|
||||
|
||||
s32 m_vertPos;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue