More Android patches reverted

This commit is contained in:
Sergii Pylypenko
2017-09-22 23:30:07 +03:00
parent 3d117bc6e2
commit 35d1878dd9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2193,6 +2193,7 @@ bool HandleViewportMouseUp(const ViewPort *vp, int x, int y)
if (v != NULL && VehicleClicked(v)) return true;
}
/* Vehicle placement mode already handled above. */
if ((_thd.place_mode & HT_DRAG_MASK) != HT_NONE) {
PlaceObject();
return true;