Skip to content
Snippets Groups Projects
Commit 590ff567 authored by Amorilia's avatar Amorilia
Browse files

Added KfChild standard constructor.

parent 906ada24
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment