[Scummvm-tracker] [ScummVM :: Bugs] #7066: MOHAWK: LB - Error at start of Just Grandma and Me (German)
ScummVM :: Bugs
trac at scummvm.org
Sat Sep 26 12:32:36 UTC 2020
#7066: MOHAWK: LB - Error at start of Just Grandma and Me (German)
-------------------------+----------------------------
Reporter: SF/mattn81 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Mohawk
Resolution: | Keywords:
Game: |
-------------------------+----------------------------
Comment (by besentv):
The game works in German and French when you change 2 lines in /common
/ini-file.cpp:
Line 35:
{{{
while (*p && (isAlnum(*p) || *p == '-' || *p == '_' || *p == '.' || *p ==
' ' || *p == '\xF6' || *p == '\xE7'))
}}}
Line 112:
{{{
while (*p && ((_allowNonEnglishCharacters && *p != ']') || isAlnum(*p)
|| *p == '-' || *p == '_' || *p == '.' || *p == ' ' || *p == '\xF6' || *p
== '\xE7'))
}}}
Here is an image of my custom build:
[[Image(https://i.imgur.com/fgKAric.png)]]
--
Ticket URL: <https://bugs.scummvm.org/ticket/7066#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list