1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Add missing change from b80913d

This commit is contained in:
Ted John
2018-06-20 21:59:54 +01:00
parent 3067534ef1
commit c640427d89

View File

@@ -41,7 +41,7 @@ static constexpr const format_code_token format_code_tokens[] = {
{ FORMAT_INT32, "INT32" },
{ FORMAT_COMMA2DP32, "COMMA2DP32" },
{ FORMAT_COMMA16, "COMMA16" },
{ FORMAT_uint16_t, "uint16_t" },
{ FORMAT_UINT16, "UINT16" },
{ FORMAT_CURRENCY2DP, "CURRENCY2DP" },
{ FORMAT_CURRENCY, "CURRENCY" },
{ FORMAT_STRINGID, "STRINGID" },