Browse Source

Update client/windows/InfoWindows.cpp

Co-authored-by: Laserlicht <[email protected]>
George King 1 month ago
parent
commit
e96f3989f2
1 changed files with 1 additions and 1 deletions
  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);