Fixed some warnings in Server.cpp, and in UI/

This commit is contained in:
Julian Laubstein
2014-05-19 14:34:34 +02:00
parent e9abf9a498
commit fb7f2993bf
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -600,7 +600,8 @@ cCraftingRecipe & cSlotAreaCrafting::GetRecipeForPlayer(cPlayer & a_Player)
cSlotAreaAnvil::cSlotAreaAnvil(cAnvilWindow & a_ParentWindow) :
cSlotAreaTemporary(3, a_ParentWindow),
m_MaximumCost(0)
m_MaximumCost(0),
m_StackSizeToBeUsedInRepair(0)
{
}