mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Several more spelling fixes (#13752)
Signed-off-by: Mathias Gibbens <mathias@calenhad.com> Co-authored-by: Mathias Gibbens <mathias@calenhad.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
/**
|
||||
* Decodes an RCT2 string to a wide char string still in the original code page.
|
||||
* An RCT2 string is a multi-byte string where every two-byte code point is preceeded with a byte value of 255.
|
||||
* An RCT2 string is a multi-byte string where every two-byte code point is preceded with a byte value of 255.
|
||||
*/
|
||||
static std::wstring DecodeToWideChar(std::string_view src)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user