1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Merge branch 'master' into gfx_unstable

This commit is contained in:
IntelOrca
2014-05-31 17:11:47 +01:00

View File

@@ -1233,6 +1233,7 @@ void format_currency(char **dest, int value)
*dest = dst;
value /= 10;
if (value == 0) {
*dst++ = '0';
} else {