1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

removed CAdvMapInt::handleRightClick method

This commit is contained in:
Ivan Savenko
2023-02-10 15:50:46 +02:00
parent d0f57fed6f
commit f8c1c46562
9 changed files with 27 additions and 29 deletions

View File

@@ -57,7 +57,8 @@ void CSpellWindow::InteractiveArea::clickLeft(tribool down, bool previousState)
void CSpellWindow::InteractiveArea::clickRight(tribool down, bool previousState)
{
adventureInt->handleRightClick(helpText, down);
if (down)
CRClickPopup::createAndPush(helpText);
}
void CSpellWindow::InteractiveArea::hover(bool on)