Show info about facility/station/vehicle on mouse up instead of mouse down, to allow better map dragging.

This commit is contained in:
pelya
2014-06-01 01:23:34 +03:00
parent d2feaa9316
commit f469e7f57b
3 changed files with 47 additions and 6 deletions
+1
View File
@@ -59,6 +59,7 @@ void StartSpriteCombine();
void EndSpriteCombine();
bool HandleViewportClicked(const ViewPort *vp, int x, int y);
bool HandleViewportMouseUp(const ViewPort *vp, int x, int y);
void SetRedErrorSquare(TileIndex tile);
void SetTileSelectSize(int w, int h);
void SetTileSelectBigSize(int ox, int oy, int sx, int sy);