Explorar o código

Update MiscWidgets.cpp

George King hai 1 mes
pai
achega
247942a178
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      client/widgets/MiscWidgets.cpp

+ 2 - 2
client/widgets/MiscWidgets.cpp

@@ -279,9 +279,9 @@ void BuildArmyStacksUI(const InfoAboutArmy& army, const std::vector<Point>& slot
 		else
 		{
 			//if =0 - we have no information about stack size at all
-			if (slot.second.getCount())
+			if(slot.second.getCount())
 			{
-				if (settings["gameTweaks"]["numericCreaturesQuantities"].Bool())
+				if(settings["gameTweaks"]["numericCreaturesQuantities"].Bool())
 				{
 					subtitle = CCreature::getQuantityRangeStringForId((CCreature::CreatureQuantityId)slot.second.getCount());
 				}