Browse Source

Fix build

George King 1 tháng trước cách đây
mục cha
commit
c9e814ac21
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      client/windows/InfoWindows.cpp

+ 6 - 2
client/windows/InfoWindows.cpp

@@ -323,10 +323,14 @@ CInfoBoxPopup::CInfoBoxPopup(Point position, const CGGarrison * garr)
 
 	OBJECT_CONSTRUCTION;
 
-    if(settings["general"]["enableUiEnhancements"].Bool())
+	if(settings["general"]["enableUiEnhancements"].Bool())
+	{
         tooltip = std::make_shared<CGarrisonTooltip>(Point(9, 10), iah);
-     else
+	}
+	else
+	{
         tooltip = std::make_shared<CTownTooltip>(Point(9, 10), iah);
+	}
 
 	addUsedEvents(DRAG_POPUP);