1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Small refactors and cleanups

This commit is contained in:
duncanspumpkin
2020-01-19 16:54:40 +00:00
parent 5e9e9df7ce
commit 08ea5585ee
4 changed files with 15 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ int32_t viewport_interaction_get_item_left(ScreenCoordsXY screenCoords, viewport
info->x = mapCoord.x;
info->y = mapCoord.y;
tileElement = info->tileElement;
sprite = (rct_sprite*)tileElement;
sprite = info->sprite;
switch (info->type)
{