mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Fix incorrect parameter type
This commit is contained in:
@@ -387,7 +387,7 @@ void map_clear_all_elements();
|
||||
rct_map_element *map_get_large_scenery_segment(int x, int y, int z, int direction, int sequence);
|
||||
bool map_large_scenery_get_origin(
|
||||
int x, int y, int z, int direction, int sequence,
|
||||
int *outX, int *outY, int *outZ, rct_map_element* outElement
|
||||
int *outX, int *outY, int *outZ, rct_map_element** outElement
|
||||
);
|
||||
|
||||
rct_map_element *map_get_track_element_at(int x, int y, int z);
|
||||
|
||||
Reference in New Issue
Block a user