This commit is contained in:
Charles 2001-06-01 21:00:15 +00:00
parent bfb4185468
commit 4c44d9a75a
9 changed files with 95 additions and 4 deletions

View file

@ -78,12 +78,14 @@ virtual void getFXRenderPos(DVECTOR &Pos);
virtual bool getFXParentPos(DVECTOR &Pos);
virtual void killFX() {setToShutdown();}
virtual void toggleVisible() {IsVisible = !IsVisible;}
protected:
s32 OtPos;
s16 Life;
bool RelativeToMap;
bool IsVisible;
};
/*****************************************************************************/