mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00:00
more detailed report of unhandled info record fields
This commit is contained in:
parent
3b49d6c826
commit
6e46ddae33
@ -238,7 +238,10 @@ namespace MWDialogue
|
||||
std::cout
|
||||
<< "unchecked entries:" << 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user