1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Remove printf comment

This commit is contained in:
Ted John
2020-03-14 09:33:59 +00:00
parent c93edb9749
commit b5c6b968df

View File

@@ -1151,7 +1151,6 @@ void paint_draw_money_structs(rct_drawpixelinfo* dpi, paint_string_struct* ps)
forceSpriteFont = true;
}
// std::printf("%d, %d\n", (int)ps->x, (int)ps->y);
gfx_draw_string_with_y_offsets(&dpi2, buffer, COLOUR_BLACK, ps->x, ps->y, (int8_t*)ps->y_offsets, forceSpriteFont);
} while ((ps = ps->next) != nullptr);
}