IFS: Fix CID 609761 init members

This commit is contained in:
John Scipione
2013-12-20 18:20:01 -05:00
parent 52a95e6f7b
commit 7bcfb21538
+7 -3
View File
@@ -147,9 +147,13 @@ transform(SIMI* Simi, int32 xo, int32 yo, int32* x, int32* y)
// constructor // constructor
IFS::IFS(BRect bounds) IFS::IFS(BRect bounds)
: fRoot(NULL), :
fAdditive(false), fRoot(NULL),
fCurrentMarkValue(1) fCurrentFractal(NULL),
fPointBuffer(NULL),
fCurrentPoint(0),
fAdditive(false),
fCurrentMarkValue(1)
{ {
ya_rand_init(system_time()); ya_rand_init(system_time());