mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
* fix for bug #13611; handled too few sig figs fixed point case * added unit test cases to cover modified fixed point code * removed blank line to satistfy clang-format * sorted includes in formatting tests for clang-format * removed redundant static_cast - already a char literal and assigning to char[] so code is functionally equivalent