mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
DREAMWEB: Fixed ß in german version(typo)
This commit is contained in:
parent
72da8ef5ad
commit
7cf07dfa24
@ -591,7 +591,7 @@ uint8 DreamWebEngine::modifyChar(uint8 c) const {
|
||||
return 'Z' + 4;
|
||||
case 154:
|
||||
return 'Z' + 6;
|
||||
case 255:
|
||||
case 225:
|
||||
return 'A' - 1;
|
||||
case 153:
|
||||
return 'Z' + 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user