forked from teamnwah/openmw-tes3coop
more detailed report of unhandled info record fields
This commit is contained in:
parent
3b49d6c826
commit
6e46ddae33
1 changed files with 4 additions and 1 deletions
|
@ -238,7 +238,10 @@ namespace MWDialogue
|
||||||
std::cout
|
std::cout
|
||||||
<< "unchecked entries:" << std::endl
|
<< "unchecked entries:" << std::endl
|
||||||
<< " player faction: " << info.pcFaction << std::endl
|
<< " player faction: " << info.pcFaction << std::endl
|
||||||
<< " DATAstruct" << std::endl;
|
<< " disposition: " << info.data.disposition << std::endl
|
||||||
|
<< " NPC rank: " << static_cast<int> (info.data.rank) << std::endl
|
||||||
|
<< " gender: " << static_cast<int> (info.data.gender) << std::endl
|
||||||
|
<< " PC rank: " << static_cast<int> (info.data.PCrank) << std::endl;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue