mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Compilation fixes for VC10.
Changes towards hot-seat support.
This commit is contained in:
@@ -51,7 +51,7 @@ void SpellbookInteractiveArea::clickLeft(tribool down, bool previousState)
|
||||
|
||||
void SpellbookInteractiveArea::clickRight(tribool down, bool previousState)
|
||||
{
|
||||
myInt->adventureInt->handleRightClick(textOnRclick, down, this);
|
||||
adventureInt->handleRightClick(textOnRclick, down, this);
|
||||
}
|
||||
|
||||
void SpellbookInteractiveArea::hover(bool on)
|
||||
|
||||
Reference in New Issue
Block a user