mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Update CAdvmapInterface.cpp
This commit is contained in:
@@ -162,7 +162,7 @@ void CTerrainRect::clickRight(tribool down, bool previousState)
|
||||
|
||||
void CTerrainRect::clickMiddle(tribool down, bool previousState)
|
||||
{
|
||||
handleSwipeStateChange(down == true);
|
||||
handleSwipeStateChange((bool)down == true);
|
||||
}
|
||||
|
||||
void CTerrainRect::mouseMoved(const SDL_MouseMotionEvent & sEvent)
|
||||
|
Reference in New Issue
Block a user