diff options
author | Martin Kiewitz | 2015-10-05 23:55:58 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-10-05 23:55:58 +0200 |
commit | 081fe30ce0436f60cb1d6123cd5f1a246468cca2 (patch) | |
tree | 5efbde3b8b7d426d8cfe72440ccfc602de0563b2 | |
parent | 2aaf178dfc7643df3327669f7114a360d8279423 (diff) | |
download | scummvm-rg350-081fe30ce0436f60cb1d6123cd5f1a246468cca2.tar.gz scummvm-rg350-081fe30ce0436f60cb1d6123cd5f1a246468cca2.tar.bz2 scummvm-rg350-081fe30ce0436f60cb1d6123cd5f1a246468cca2.zip |
SHERLOCK: SS: fix comment typo
-rw-r--r-- | engines/sherlock/fonts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/fonts.cpp b/engines/sherlock/fonts.cpp index 25034f8f6e..4d0991a47c 100644 --- a/engines/sherlock/fonts.cpp +++ b/engines/sherlock/fonts.cpp @@ -165,7 +165,7 @@ inline byte Fonts::translateChar(byte c) { // searching the corpse. "[0xAD]Claro! Mi experiencia profesional revela que esta mujer fue asesinada..." // The same text gets put inside Watson's journal as well and should be on page 10 right after // talking with the inspector. For further study see bug #6931 - // Inverted question mask was also skipped, but at least that character is inside the font already. + // Inverted question mark was also skipped, but at least that character is inside the font already. if (c == 0xAD) { // inverted exclamation mark return 0x88; // our own font character, created during setFont() |