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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user