diff --git a/source/fx/fx.h b/source/fx/fx.h index 5b25564a8..62a01726a 100644 --- a/source/fx/fx.h +++ b/source/fx/fx.h @@ -81,6 +81,12 @@ public: FX_RGB_MAX }; + CFX() + {// Sorry, I need this :o( + RGB.R=RGB.G=RGB.B=127; + AfterEffect=FX_TYPE_NONE; + }; + static CFX *Create(const FX_TYPE Type); static CFX *Create(const FX_TYPE Type,CThing *Parent); static CFX *Create(const FX_TYPE Type,DVECTOR const &Pos);