1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Removed remaining parts of Geomeotries.h/cpp

This commit is contained in:
Ivan Savenko
2023-01-18 15:50:52 +02:00
parent 6e2d09d605
commit 9be38780cd
27 changed files with 86 additions and 119 deletions

View File

@ -237,7 +237,7 @@ void CHeroList::CHeroItem::open()
void CHeroList::CHeroItem::showTooltip()
{
CRClickPopup::createAndPush(hero, Geometry::fromSDL(GH.current->motion));
CRClickPopup::createAndPush(hero, CSDL_Ext::fromSDL(GH.current->motion));
}
std::string CHeroList::CHeroItem::getHoverText()
@ -329,7 +329,7 @@ void CTownList::CTownItem::open()
void CTownList::CTownItem::showTooltip()
{
CRClickPopup::createAndPush(town, Geometry::fromSDL(GH.current->motion));
CRClickPopup::createAndPush(town, CSDL_Ext::fromSDL(GH.current->motion));
}
std::string CTownList::CTownItem::getHoverText()