浏览代码

Update client/windows/InfoWindows.cpp

Co-authored-by: Laserlicht <[email protected]>
George King 1 月之前
父节点
当前提交
e96f3989f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/windows/InfoWindows.cpp

+ 1 - 1
client/windows/InfoWindows.cpp

@@ -329,7 +329,7 @@ CInfoBoxPopup::CInfoBoxPopup(Point position, const CGGarrison * garr)
 	}
 	else
 	{
-        tooltip = std::make_shared<CTownTooltip>(Point(9, 10), iah);
+        tooltip = std::make_shared<CArmyTooltip>(Point(9, 10), iah);
 	}
 
 	addUsedEvents(DRAG_POPUP);