1
0

Renamed cWindow constants to include the "wt" prefix.

This commit is contained in:
madmaxoft
2013-10-28 13:30:24 +01:00
parent 1a29c19619
commit df20c19986
8 changed files with 40 additions and 40 deletions

View File

@@ -963,7 +963,7 @@ void cProtocol125::SendWholeInventory(const cWindow & a_Window)
void cProtocol125::SendWindowClose(const cWindow & a_Window)
{
if (a_Window.GetWindowType() == cWindow::Inventory)
if (a_Window.GetWindowType() == cWindow::wtInventory)
{
// Do not send inventory-window-close
return;