1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

fix memory issue and add variable for scenery toggle

This commit is contained in:
Ted John
2016-05-01 22:46:08 +01:00
parent feb34660e3
commit f4f8801f2b
8 changed files with 57 additions and 58 deletions

View File

@@ -628,7 +628,7 @@ void ride_construction_toolupdate_construct(int screenX, int screenY);
void ride_construction_tooldown_construct(int screenX, int screenY);
void window_maze_construction_update_pressed_widgets();
void window_track_place_open(utf8 *tdPath);
void window_track_place_open(const track_design_file_ref *tdFileRef);
rct_window *window_new_ride_open();
rct_window *window_new_ride_open_research();
void window_install_track_open(const char* path);