1
0
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:
Mikko
2019-01-24 15:30:09 +00:00
committed by GitHub
parent ae7821462d
commit f8ab2db0ea

View File

@@ -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)