mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29: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)
|
||||
{
|
||||
m_fin->addU8(BINARYTREE_NODE_START);
|
||||
addU8(node);
|
||||
write(&node, 1);
|
||||
}
|
||||
|
||||
void OutputBinaryTree::endNode()
|
||||
|
Loading…
x
Reference in New Issue
Block a user