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:
committed by
GitHub
parent
90964b38bb
commit
5dd0ff12c4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user