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

@@ -31,8 +31,8 @@ cLuaWindow::cLuaWindow(cWindow::WindowType a_WindowType, int a_SlotsX, int a_Slo
// If appropriate, add an Armor slot area:
switch (a_WindowType)
{
case cWindow::Inventory:
case cWindow::Workbench:
case cWindow::wtInventory:
case cWindow::wtWorkbench:
{
m_SlotAreas.push_back(new cSlotAreaArmor(*this));
break;