Update comment
svn-id: r12534
This commit is contained in:
parent
11c8ff9544
commit
0d8566c0b6
1 changed files with 3 additions and 2 deletions
|
@ -442,8 +442,9 @@ void ScummEngine::drawString(int a) {
|
||||||
// FIXME: The following code is a bit nasty. It is used for the
|
// FIXME: The following code is a bit nasty. It is used for the
|
||||||
// Highway surfing game in Sam&Max; there, _blitAlso is set to
|
// Highway surfing game in Sam&Max; there, _blitAlso is set to
|
||||||
// true when writing the highscore numbers. It is also used for
|
// true when writing the highscore numbers. It is also used for
|
||||||
// parts of the DOTT intro. Maybe it is also being used in
|
// parts of the DOTT intro. It is also used for scores in bowling
|
||||||
// other places.
|
// mini game in fbear and for names in load/save screen of all
|
||||||
|
// HE games. Maybe it is also being used in other places.
|
||||||
// A better name for _blitAlso might be _imprintOnBackground
|
// A better name for _blitAlso might be _imprintOnBackground
|
||||||
if (_string[a].no_talk_anim == false) {
|
if (_string[a].no_talk_anim == false) {
|
||||||
// Sam and Max seems to blitAlso 32 a lot, which does
|
// Sam and Max seems to blitAlso 32 a lot, which does
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue