From c640427d89065595a962d9c1f3ad34c8e59a2b46 Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 20 Jun 2018 21:59:54 +0100 Subject: [PATCH] Add missing change from b80913d --- src/openrct2/localisation/FormatCodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/localisation/FormatCodes.cpp b/src/openrct2/localisation/FormatCodes.cpp index 9e5b487891..d2466b84e6 100644 --- a/src/openrct2/localisation/FormatCodes.cpp +++ b/src/openrct2/localisation/FormatCodes.cpp @@ -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" },