SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i just used an outdated build by accident

svn-id: r48724
This commit is contained in:
Martin Kiewitz 2010-04-19 16:58:18 +00:00
parent 196f033e93
commit 4fd93aa27c

View File

@ -185,7 +185,7 @@ sciEvent SciEvent::getFromScummVM() {
// we get 8859-1 character, we need dos (cp850/437) character for multilingual sci01 games
// TODO: check, if we get 8859-1 on all platforms
// Currently checked: Windows XP (works), Wii w/ USB keyboard (works), Mac OS X (works)
// Ubuntu (does not work, seems to be UTF-8)
// Ubuntu (works)
input.character = codepagemap_88591toDOS[input.character & 0x7f];
}
if (input.data == Common::KEYCODE_TAB) {