From 081fe30ce0436f60cb1d6123cd5f1a246468cca2 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 5 Oct 2015 23:55:58 +0200 Subject: SHERLOCK: SS: fix comment typo --- engines/sherlock/fonts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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() -- cgit v1.2.3