You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Merge branch 'master' into gfx_unstable
This commit is contained in:
@@ -1285,9 +1285,7 @@ void format_currency_2dp(char **dest, int value)
|
||||
*dest = dst;
|
||||
|
||||
// Two decimal places
|
||||
digit = value % 10;
|
||||
value /= 10;
|
||||
*dst++ = '0' + digit;
|
||||
*dst++ = '0';
|
||||
digit = value % 10;
|
||||
value /= 10;
|
||||
*dst++ = '0' + digit;
|
||||
|
||||
Reference in New Issue
Block a user