diff options
author | Joseph-Eugene Winzer | 2017-07-11 05:46:52 +0200 |
---|---|---|
committer | Thierry Crozat | 2018-01-22 23:54:41 +0000 |
commit | b6887b0740116c1c75a59f5d5ce3b8fc79bda34d (patch) | |
tree | 1e6f72ca943604a736841bca1930da1f28ccd80f /engines | |
parent | 30308fbe8d45de40331b10bd7ed6e62c6bff0a4c (diff) | |
download | scummvm-rg350-b6887b0740116c1c75a59f5d5ce3b8fc79bda34d.tar.gz scummvm-rg350-b6887b0740116c1c75a59f5d5ce3b8fc79bda34d.tar.bz2 scummvm-rg350-b6887b0740116c1c75a59f5d5ce3b8fc79bda34d.zip |
SUPERNOVA: Converts strings back to cp437
Diffstat (limited to 'engines')
-rw-r--r-- | engines/supernova/msn_def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h index e7a76c84a6..a0231aca2d 100644 --- a/engines/supernova/msn_def.h +++ b/engines/supernova/msn_def.h @@ -426,9 +426,9 @@ static const char *const guiCommand_DE[] = { "Gehe", "Schau", "Nimm", - "Öffne", - "Schließe", - "Drücke", + "\231ffne", + "Schlie\341e", + "Dr\201cke", "Ziehe", "Benutze", "Rede", |