1
0

cProtocol::SendWindowOpen() signature changed.

This implements #313.
This commit is contained in:
madmaxoft
2013-11-08 21:32:14 +01:00
parent b24bdff308
commit 07fa8313b1
15 changed files with 61 additions and 50 deletions

View File

@@ -245,7 +245,7 @@ void cWindow::OpenedByPlayer(cPlayer & a_Player)
} // for itr - m_SlotAreas[]
}
a_Player.GetClientHandle()->SendWindowOpen(m_WindowID, m_WindowType, m_WindowTitle, GetNumSlots() - c_NumInventorySlots);
a_Player.GetClientHandle()->SendWindowOpen(*this);
}