aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
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)) {