diff options
-rw-r--r-- | engines/lab/special.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/special.cpp b/engines/lab/special.cpp index 62eeb75bb3..5f5b523fb0 100644 --- a/engines/lab/special.cpp +++ b/engines/lab/special.cpp @@ -333,7 +333,7 @@ void LabEngine::drawMonText(const char *text, TextFont *monitorFont, Common::Rec curText = text + charsDrawn; _lastPage = (*curText == 0); - charsDrawn = _graphics->flowText(monitorFont, yspacing, 2, 0, false, false, false, true, textRect, curText); + _graphics->flowText(monitorFont, yspacing, 2, 0, false, false, false, true, textRect, curText); _event->mouseShow(); } |