This commit is contained in:
Charles 2001-07-04 14:26:36 +00:00
parent d2971296b8
commit 7478d3483b
88 changed files with 260 additions and 260 deletions

View file

@ -21,12 +21,12 @@
class CNpcSteerableBarrelPlatform : public CNpcPlatform
{
public:
virtual void render();
void render();
void postInit();
virtual CRECT const *getThinkBBox() {return( CThing::getThinkBBox() );}
CRECT const *getThinkBBox() {return( CThing::getThinkBBox() );}
protected:
virtual void processMovement( int _frames );
virtual void collidedWith(CThing *_thisThing);
void collidedWith(CThing *_thisThing);
s16 m_rotation;
s32 m_currentSpeed;