1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)