mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
MM: MM1: Capitalize all the strings
This commit is contained in:
parent
0368d97c8e
commit
d895f5c509
File diff suppressed because it is too large
Load Diff
@ -67,6 +67,7 @@ bool StringsData::load(const Common::String &filename) {
|
||||
value.deleteChar(0);
|
||||
value.deleteLastChar();
|
||||
value = searchAndReplace(value, "\"\"", "");
|
||||
value = searchAndReplace(value, "\\\"", "\"");
|
||||
}
|
||||
|
||||
// Replace any sequences
|
||||
|
Loading…
Reference in New Issue
Block a user