1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Rename SmallCoords and BigCoords

This commit is contained in:
Michael Steenbeek
2018-02-15 17:42:53 +01:00
parent ab94ea74f4
commit bde913ee16
23 changed files with 114 additions and 114 deletions

View File

@@ -370,7 +370,7 @@ sint32 viewport_interaction_right_over(sint32 x, sint32 y)
*/
sint32 viewport_interaction_right_click(sint32 x, sint32 y)
{
BigCoordsXYE tileElement;
CoordsXYE tileElement;
viewport_interaction_info info;
switch (viewport_interaction_get_item_right(x, y, &info)) {