1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Fixes the last bug

This commit is contained in:
Balletie
2014-09-02 23:38:59 +02:00
parent 51b377b7b9
commit 91ca6401b5
3 changed files with 4 additions and 7 deletions

View File

@@ -384,7 +384,7 @@ void ride_update_favourited_stat();
void ride_check_all_reachable();
rct_map_element *sub_6CAF80(int rideIndex, int *outX, int *outY);
rct_map_element *ride_find_track_gap(rct_map_element *startTrackElement, int *outX, int *outY);
void ride_construct_new(uint8 ah, uint8 al);
void ride_construct_new(int list_item);
int ride_try_construct(rct_map_element *trackMapElement);
#endif