mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Spare a call yeye
This commit is contained in:
parent
e1900bdf9a
commit
3b7ad41740
@ -232,7 +232,7 @@ void OutputBinaryTree::addPoint(const Point& point)
|
|||||||
void OutputBinaryTree::startNode(uint8 node)
|
void OutputBinaryTree::startNode(uint8 node)
|
||||||
{
|
{
|
||||||
m_fin->addU8(BINARYTREE_NODE_START);
|
m_fin->addU8(BINARYTREE_NODE_START);
|
||||||
addU8(node);
|
write(&node, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OutputBinaryTree::endNode()
|
void OutputBinaryTree::endNode()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user