2
0
Эх сурвалжийг харах

Update client/windows/InfoWindows.cpp

Co-authored-by: Laserlicht <[email protected]>
George King 1 сар өмнө
parent
commit
e96f3989f2

+ 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);