This commit is contained in:
Charles 2001-05-30 15:25:38 +00:00
parent 43f5dff506
commit 108577f6df
2 changed files with 31 additions and 4 deletions

View file

@ -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