aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-04-25 13:22:09 +0000
committerMax Horn2004-04-25 13:22:09 +0000
commite39cfbd86429f0d6ae0663b2db5c06038f6415e7 (patch)
treefe5ca1a29022b25fafdba0cb15741fe7322704b0 /scumm
parenta0647bd6b4490f206a26f572fbddf7faab729c0d (diff)
downloadscummvm-rg350-e39cfbd86429f0d6ae0663b2db5c06038f6415e7.tar.gz
scummvm-rg350-e39cfbd86429f0d6ae0663b2db5c06038f6415e7.tar.bz2
scummvm-rg350-e39cfbd86429f0d6ae0663b2db5c06038f6415e7.zip
Updated the 'report to fingolfin' message
svn-id: r13620
Diffstat (limited to 'scumm')
-rw-r--r--scumm/string.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 285d5cb6eb..ca4a4505f6 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -309,7 +309,7 @@ void ScummEngine::CHARSET_1() {
// FIXME: Remove this and the next two lines eventually!
if (_charset->_hasMask != (_charset->_str.left != -1))
- warning("_hasMask mismatch (case A %d) - please report to Fingolfin", _charset->_hasMask);
+ warning("_hasMask mismatch (case A %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
}
@@ -413,10 +413,7 @@ void ScummEngine::drawString(int a, const byte *msg) {
// A better name for _blitAlso might be _imprintOnBackground
if (_string[a].no_talk_anim == false) {
- // Sam and Max seems to blitAlso 32 a lot, which does
- // nothing anyway. So just hide that one for brevity.
- if (c != 32)
- warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
+ //warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
_charset->_blitAlso = true;
}
}
@@ -440,7 +437,7 @@ void ScummEngine::drawString(int a, const byte *msg) {
if (_version >= 7) {
// FIXME: Remove this and the next two lines eventually!
if (!_charset->_hasMask)
- warning("_hasMask mismatch (case B %d) - please report to Fingolfin", _charset->_hasMask);
+ warning("_hasMask mismatch (case B %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
}
}