1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

change callproc to actual implementation

This commit is contained in:
IntelOrca
2015-07-02 18:55:14 +01:00
parent 3d6988b0f7
commit f729ed028f

View File

@@ -203,7 +203,7 @@ static int title_load_park(const char *path)
window_new_ride_init_vars(); window_new_ride_init_vars();
if (_strcmpi(path_get_extension(path), ".sv6") != 0) if (_strcmpi(path_get_extension(path), ".sv6") != 0)
sub_684AC3(); sub_684AC3();
RCT2_CALLPROC_EBPSAFE(0x006DFEE4); scenery_set_default_placement_configuration();
news_item_init_queue(); news_item_init_queue();
gfx_invalidate_screen(); gfx_invalidate_screen();
RCT2_GLOBAL(0x009DEA66, sint16) = 0; RCT2_GLOBAL(0x009DEA66, sint16) = 0;