mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix #6739: Park name isn't displayed
Fix wrong type, down cast introduced by mistake in 585fc1afce
This commit is contained in:
@@ -260,7 +260,7 @@ static void park_entrance_paint(paint_session * session, uint8 direction, sint32
|
||||
break;
|
||||
|
||||
sint32 stsetup = scrolling_text_setup(session, park_text_id, scroll, entrance->scrolling_mode + direction / 2);
|
||||
uint8 text_height = height + entrance->text_height;
|
||||
sint32 text_height = height + entrance->text_height;
|
||||
sub_98199C(session, stsetup, 0, 0, 0x1C, 0x1C, 0x2F, text_height, 2, 2, text_height, get_current_rotation());
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user