This commit is contained in:
parent
bfb4185468
commit
4c44d9a75a
9 changed files with 95 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue