Fix wrong function call

This commit is contained in:
Marijn van der Werf 2016-04-14 09:59:01 +02:00
parent 1237bcab26
commit 001dd3bcf6
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ int sub_98197C(int image_id, sint8 x_offset, sint8 y_offset, sint16 length_x, si
*/
int sub_98198C(int image_id, sint8 x_offset, sint8 y_offset, sint16 length_x, sint16 length_y, sint8 z_offset, int height, uint32 rotation)
{
RCT2_CALLPROC_X(RCT2_ADDRESS(0x0098196C, uint32)[get_current_rotation()],
RCT2_CALLPROC_X(RCT2_ADDRESS(0x0098198C, uint32)[get_current_rotation()],
x_offset | (z_offset << 8),
image_id,
y_offset,