1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix #13550: Cut height in Cut-away view window is missing

This commit is contained in:
Michael Steenbeek
2020-12-23 20:13:00 +01:00
committed by GitHub
parent 90964b38bb
commit 5dd0ff12c4

View File

@@ -776,6 +776,7 @@ namespace OpenRCT2
case FormatToken::DurationShort:
case FormatToken::DurationLong:
case FormatToken::Length:
case FormatToken::Comma1dp16:
anyArgs.push_back(ReadFromArgs<uint16_t>(args));
break;
case FormatToken::StringId: