From 9bc8d25b024693434835c6f9012719c2f2f4bbe3 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 27 Dec 2015 11:00:05 +0100 Subject: LAB: Remove a useless assignment --- engines/lab/special.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lab/special.cpp') 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(); } -- cgit v1.2.3