This commit is contained in:
Charles 2001-04-25 20:09:36 +00:00
parent 51249170a7
commit a3e585e960
4 changed files with 13 additions and 13 deletions

View file

@ -22,14 +22,11 @@ class CNpcFishHookPlatform : public CNpcPlatform
{
public:
virtual void postInit();
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
protected:
virtual void processLifetime( int _frames );
virtual void processMovement( int _frames );
u8 m_isMoving;
u8 m_isShuttingDown;
};
#endif