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:
Torbjörn Andersson 2014-02-12 22:58:58 +01:00
parent 243bb0dea7
commit e5281bc0db

View File

@ -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: