aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-06-10 11:19:00 +0000
committerTorbjörn Andersson2003-06-10 11:19:00 +0000
commitcff68f81fd7315f14f3159ff9732f8efbd6e6b73 (patch)
tree58fe5c2e84b10fa82bd1076f6f0369697314f3ae /scumm/smush/smush_player.cpp
parentc2ef3a1afb70394bcee69503762ebe9fc88599da (diff)
downloadscummvm-rg350-cff68f81fd7315f14f3159ff9732f8efbd6e6b73.tar.gz
scummvm-rg350-cff68f81fd7315f14f3159ff9732f8efbd6e6b73.tar.bz2
scummvm-rg350-cff68f81fd7315f14f3159ff9732f8efbd6e6b73.zip
Updated comment.
svn-id: r8428
Diffstat (limited to 'scumm/smush/smush_player.cpp')
-rw-r--r--scumm/smush/smush_player.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 37d8c4ea46..944a223527 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -567,9 +567,8 @@ void SmushPlayer::handleTextResource(Chunk &b) {
// FIXME: Is 'right' the maximum line width here, just
// as it is in the next case? It's used several times
// in The Dig's intro, where 'left' and 'right' are
- // always 0 and 321 respectively. Someone will have to
- // compare it to the original to see if we draw them
- // correctly.
+ // always 0 and 321 respectively, and apparently we
+ // handle that correctly.
sf->drawStringWrap(str, _data, _width, _height, pos_x, MAX(pos_y, top), left, right);
break;
case 9: