no click on buttons while preview map is in zoomed state

This commit is contained in:
titiger 2014-01-05 23:56:45 +01:00
parent ba1d03118e
commit 2cb45f876f
1 changed files with 1 additions and 0 deletions

View File

@ -1175,6 +1175,7 @@ void MenuStateConnectedGame::mouseClick(int x, int y, MouseButton mouseButton){
cleanupMapPreviewTexture();
}
return;
}
if(this->zoomedMap==true){
return;