aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-19 20:50:16 +0000
committerJohannes Schickel2008-05-19 20:50:16 +0000
commit75ee4aabda4e3c66ccda5a38f41873d285f26112 (patch)
tree0b48f3bb91bf4b9b236f99ee40cccb8feedb1fae /engines/kyra
parent75fcf38933eed3152d143298cbc46152fa37609d (diff)
downloadscummvm-rg350-75ee4aabda4e3c66ccda5a38f41873d285f26112.tar.gz
scummvm-rg350-75ee4aabda4e3c66ccda5a38f41873d285f26112.tar.bz2
scummvm-rg350-75ee4aabda4e3c66ccda5a38f41873d285f26112.zip
Added a comment to TextDisplayer_MR::preprocessString.
svn-id: r32184
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/text_mr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/text_mr.cpp b/engines/kyra/text_mr.cpp
index 4e997d19bc..0894f73bd4 100644
--- a/engines/kyra/text_mr.cpp
+++ b/engines/kyra/text_mr.cpp
@@ -57,6 +57,7 @@ char *TextDisplayer_MR::preprocessString(const char *str) {
count = getCharLength(p, textWidth/4);
offs = dropCRIntoString(p, count, getCharLength(p, maxTextWidth));
p += count + offs;
+ // No update of textWidth here
}
if (textWidth > (2*maxTextWidth)) {