Remove another address and comment from path.c

This commit is contained in:
Ted John 2016-09-14 23:51:19 +01:00
parent aff5975dfe
commit 434c242cc8
1 changed files with 12 additions and 13 deletions

View File

@ -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);
}