File diff r25112:699b6bc8aeaa → r25113:f0d6acc5740e
src/pathfinder/yapf/yapf_node.hpp
Show inline comments
 
@@ -126,8 +126,8 @@ struct CYapfNodeT {
 
	{
 
		dmp.WriteStructT("m_key", &m_key);
 
		dmp.WriteStructT("m_parent", m_parent);
 
		dmp.WriteLine("m_cost = %d", m_cost);
 
		dmp.WriteLine("m_estimate = %d", m_estimate);
 
		dmp.WriteValue("m_cost", m_cost);
 
		dmp.WriteValue("m_estimate", m_estimate);
 
	}
 
};