This commit is contained in:
Charles 2001-07-16 20:50:07 +00:00
parent 3401c0d0ac
commit aa9b709247
4 changed files with 14 additions and 2 deletions

View file

@ -22,6 +22,7 @@ class CNpcDropPlatform : public CNpcPlatform
{
public:
void postInit();
bool alwaysThink() {return(true);}
protected:
void processMovement( int _frames );