mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Spare a call yeye
This commit is contained in:
@@ -232,7 +232,7 @@ void OutputBinaryTree::addPoint(const Point& point)
|
||||
void OutputBinaryTree::startNode(uint8 node)
|
||||
{
|
||||
m_fin->addU8(BINARYTREE_NODE_START);
|
||||
addU8(node);
|
||||
write(&node, 1);
|
||||
}
|
||||
|
||||
void OutputBinaryTree::endNode()
|
||||
|
Reference in New Issue
Block a user