From 4d0853757fd7c2fe0f3f242045ad16c481915308 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 21 Dec 2004 20:36:41 +0000 Subject: - added mission initializations in cxObject --- xml/object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/object.c b/xml/object.c index b1da0b9..159a9c7 100644 --- a/xml/object.c +++ b/xml/object.c @@ -1,5 +1,5 @@ /* - * $Id: object.c,v 1.1 2004/12/19 22:03:27 lordjaxom Exp $ + * $Id: object.c,v 1.2 2004/12/21 20:36:41 lordjaxom Exp $ */ #include "xml/object.h" @@ -21,6 +21,7 @@ cxObject::cxObject(cxDisplay *parent): mCondition(NULL), mFontFace("Osd"), mFontSize(0), + mIndex(0), mObjects(NULL), mDisplay(parent), mSkin(parent->Skin()) -- cgit v1.2.3