Преглед изворни кода

Adjust artifacts positions

George King пре 6 месеци
родитељ
комит
af133725b6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/windows/CCreatureWindow.cpp

+ 1 - 1
client/windows/CCreatureWindow.cpp

@@ -485,7 +485,7 @@ CStackWindow::CommanderMainSection::CommanderMainSection(CStackWindow * owner, i
 
 
 	auto getArtifactPos = [](int index)
 	auto getArtifactPos = [](int index)
 	{
 	{
-		return Point(269 + 47 * (index % 3), 22 + 47 * (index / 3));
+		return Point(269 + 52 * (index % 3), 22 + 52 * (index / 3));
 	};
 	};
 
 
 	for(auto equippedArtifact : parent->info->commander->artifactsWorn)
 	for(auto equippedArtifact : parent->info->commander->artifactsWorn)