OpenRCT2/OpenRCT2

Replace GfxDrawString() with DrawText()

Closed this issue · 0 comments

Replace any calls to GfxDrawString() with DrawText(), and remove the old GfxDrawString() symbol.

Note that the new DrawText() function has the same arguments, but in a different order.