1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Remove log line

This commit is contained in:
Marijn van der Werf
2016-04-24 20:13:08 +02:00
parent 28d9b20248
commit 74afb836db

View File

@@ -2209,7 +2209,6 @@ void viewport_surface_draw_land_side(enum edge edge, uint16 height)
&& regs.dh != regs.cl) {
uint32 image_id = base_image_id + image_offset;
log_info("%d", image_id);
sub_98196C(image_id, 30, 0, 0, 30, 15, regs.dh * 16, get_current_rotation());
}
}