mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
fix #3151: Save any file with korean would corrupt save file
This commit is contained in:
@@ -668,6 +668,7 @@ static void utf8_to_rct2_self(char *buffer, size_t length)
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
i += 3;
|
||||
} else {
|
||||
*dst++ = *src++;
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user