-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The replaced subtitles for voice lines will be malformed when the text contains any characters whose values are more than 0xFF. You can reproduce the issue by playing the game in Japanese.
I’m sure it’s because of this part of code. I’ll create a PR for the issue soon.
IV.EFLC.Rainbomizer/src/audio.cc
Lines 166 to 170 in 6ef0685
| std::string string = ""; | |
| for (char *str = data.m_aData + offset; *str; str += 2) | |
| string.push_back (*str); | |
| mTexts[hash] = std::string (string); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels