From 5dd0ff12c45a6570eb729a425ecdd33b4119bbaf Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Wed, 23 Dec 2020 20:13:00 +0100 Subject: [PATCH] Fix #13550: Cut height in Cut-away view window is missing --- src/openrct2/localisation/Formatting.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/localisation/Formatting.cpp b/src/openrct2/localisation/Formatting.cpp index cb05316b41..7e288d4134 100644 --- a/src/openrct2/localisation/Formatting.cpp +++ b/src/openrct2/localisation/Formatting.cpp @@ -776,6 +776,7 @@ namespace OpenRCT2 case FormatToken::DurationShort: case FormatToken::DurationLong: case FormatToken::Length: + case FormatToken::Comma1dp16: anyArgs.push_back(ReadFromArgs(args)); break; case FormatToken::StringId: