[Scummvm-cvs-logs] scummvm master -> 9bc8d25b024693434835c6f9012719c2f2f4bbe3

Strangerke Strangerke at scummvm.org
Sun Dec 27 11:06:23 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9bc8d25b02 LAB: Remove a useless assignment


Commit: 9bc8d25b024693434835c6f9012719c2f2f4bbe3
    https://github.com/scummvm/scummvm/commit/9bc8d25b024693434835c6f9012719c2f2f4bbe3
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-27T11:00:05+01:00

Commit Message:
LAB: Remove a useless assignment

Changed paths:
    engines/lab/special.cpp



diff --git a/engines/lab/special.cpp b/engines/lab/special.cpp
index 62eeb75..5f5b523 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();
 }
 






More information about the Scummvm-git-logs mailing list