diff options
-rw-r--r-- | engines/avalanche/help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/help.cpp b/engines/avalanche/help.cpp index c8b71e0177..fd1513d1d7 100644 --- a/engines/avalanche/help.cpp +++ b/engines/avalanche/help.cpp @@ -103,10 +103,10 @@ void Help::switchPage(byte which) { case 254: text = Common::String("Esc"); break; - case 214: // 'Ö' + case 214: // Latin capital letter O with diaeresis text = Common::String(24); break; - case 216: // 'Ø' + case 216: // Latin capital letter O with stroke text = Common::String(25); break; default: |