mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
AVALANCHE: Made comments ASCII friendly
The comments I introduced earlier (previusly case labels) have been changed to avoid non-ASCII characters. The descriptions were taken from an ISO 8859-1 manual page.
This commit is contained in:
parent
243bb0dea7
commit
e5281bc0db
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user