From 8bfd333984b8bc4ab9d921eea9e8fac3e41187f8 Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 19 Jun 2001 22:24:07 +0000 Subject: [PATCH] --- source/fx/fx.h | 6 ++++++ 1 file changed, 6 insertions(+) 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);