[Scummvm-cvs-logs] scummvm master -> 081fe30ce0436f60cb1d6123cd5f1a246468cca2

m-kiewitz m_kiewitz at users.sourceforge.net
Mon Oct 5 23:55:37 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
081fe30ce0 SHERLOCK: SS: fix comment typo


Commit: 081fe30ce0436f60cb1d6123cd5f1a246468cca2
    https://github.com/scummvm/scummvm/commit/081fe30ce0436f60cb1d6123cd5f1a246468cca2
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-10-05T23:55:58+02:00

Commit Message:
SHERLOCK: SS: fix comment typo

Changed paths:
    engines/sherlock/fonts.cpp



diff --git a/engines/sherlock/fonts.cpp b/engines/sherlock/fonts.cpp
index 25034f8..4d0991a 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()






More information about the Scummvm-git-logs mailing list