From f729ed028face676510f89226957c15512847c90 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Thu, 2 Jul 2015 18:55:14 +0100 Subject: [PATCH] change callproc to actual implementation --- src/title.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/title.c b/src/title.c index b8c9e715ab..310dba3c7e 100644 --- a/src/title.c +++ b/src/title.c @@ -203,7 +203,7 @@ static int title_load_park(const char *path) window_new_ride_init_vars(); if (_strcmpi(path_get_extension(path), ".sv6") != 0) sub_684AC3(); - RCT2_CALLPROC_EBPSAFE(0x006DFEE4); + scenery_set_default_placement_configuration(); news_item_init_queue(); gfx_invalidate_screen(); RCT2_GLOBAL(0x009DEA66, sint16) = 0;