1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

remove / isolate several CALLPROCs

This commit is contained in:
IntelOrca
2015-06-30 13:42:06 +01:00
parent ea88ae41a6
commit cc54171443
5 changed files with 97 additions and 39 deletions

View File

@@ -824,7 +824,7 @@ static void window_new_ride_scrollpaint()
if (listItem->type != rideEntry->ride_type[1])
image_id++;
}
RCT2_CALLPROC_X(0x00681DE2, 0, 29013, x + 2, y + 2, 0xA0, (int)dpi, image_id);
sub_681DE2(dpi, x + 2, y + 2, 29013, image_id);
// Next position
x += 116;