mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-15 21:20:19 +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:
|
case 254:
|
||||||
text = Common::String("Esc");
|
text = Common::String("Esc");
|
||||||
break;
|
break;
|
||||||
case 214: // 'Ö'
|
case 214: // Latin capital letter O with diaeresis
|
||||||
text = Common::String(24);
|
text = Common::String(24);
|
||||||
break;
|
break;
|
||||||
case 216: // 'Ø'
|
case 216: // Latin capital letter O with stroke
|
||||||
text = Common::String(25);
|
text = Common::String(25);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user