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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user