From 590ff567be58d51349f897f42e6ecf5b040bc826 Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Wed, 15 Mar 2006 16:18:20 +0000 Subject: [PATCH] Added KfChild standard constructor. --- NIF_Blocks.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NIF_Blocks.h b/NIF_Blocks.h index 89202a9f..279f1db7 100644 --- a/NIF_Blocks.h +++ b/NIF_Blocks.h @@ -2166,6 +2166,9 @@ private: short controller_offset; blk_ref unk_link; short unk_offs1, unk_offs2, unk_offs3, unk_offs4, unk_offs5, unk_offs6, unk_offs7, unk_offs8; + KfChild() : block(), name(), name_offset(-1), controller_offset(-1), unk_link(), + unk_offs1(-1), unk_offs2(-1), unk_offs3(-1), unk_offs4(-1), + unk_offs5(-1), unk_offs6(-1), unk_offs7(-1), unk_offs8(-1) {}; }; string txt_key_name; blk_ref txt_key_blk; -- GitLab