diff --git a/src/paint/map_element/path.c b/src/paint/map_element/path.c index a1a12b3921..9d786662a0 100644 --- a/src/paint/map_element/path.c +++ b/src/paint/map_element/path.c @@ -15,20 +15,20 @@ #pragma endregion #include "../../addresses.h" -#include "map_element.h" -#include "../../interface/viewport.h" -#include "../../ride/track.h" -#include "../../world/footpath.h" #include "../../config.h" -#include "../paint.h" -#include "../../world/scenery.h" -#include "surface.h" -#include "../../ride/track_paint.h" -#include "../../localisation/localisation.h" #include "../../game.h" -#include "../supports.h" -#include "../../peep/staff.h" +#include "../../interface/viewport.h" +#include "../../localisation/localisation.h" #include "../../object_list.h" +#include "../../peep/staff.h" +#include "../../ride/track.h" +#include "../../ride/track_paint.h" +#include "../../world/footpath.h" +#include "../../world/scenery.h" +#include "../paint.h" +#include "../supports.h" +#include "map_element.h" +#include "surface.h" // #3628: Until path_paint is implemented, this variable is used by scrolling_text_setup // to use the old string arguments array. Remove when scrolling_text_setup is no @@ -624,8 +624,7 @@ static void sub_6A3F61(rct_map_element * map_element, uint16 bp, uint16 height, } // Redundant zoom-level check removed - RCT2_GLOBAL(0xF3EF78, uint32) = footpathEntry->image | imageFlags; - //RCT2_CALLPROC_X(0x6A4101, 0, 0, 0, 0, (int) map_element, 0, 0); + sub_6A4101(map_element, height, bp, word_F3F038, footpathEntry, footpathEntry->image | imageFlags, imageFlags); }