[Scummvm-cvs-logs] scummvm master -> 0246bdf74ea815623e9997b84b88d26b6ef075cf

lordhoto lordhoto at gmail.com
Sat Jun 18 19:57:48 CEST 2011


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:
0246bdf74e AGOS: Get rid of unused variable.


Commit: 0246bdf74ea815623e9997b84b88d26b6ef075cf
    https://github.com/scummvm/scummvm/commit/0246bdf74ea815623e9997b84b88d26b6ef075cf
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-06-18T10:56:07-07:00

Commit Message:
AGOS: Get rid of unused variable.

Changed paths:
    engines/agos/string.cpp



diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp
index fa85d57..60e465f 100644
--- a/engines/agos/string.cpp
+++ b/engines/agos/string.cpp
@@ -723,11 +723,9 @@ void AGOSEngine_Feeble::printScreenText(uint vgaSpriteId, uint color, const char
 	const char *string2 = string;
 	int16 height, talkDelay;
 	int stringLength = strlen(string);
-	int lettersPerRow;
 	const int textHeight = 15;
 
 	height = textHeight;
-	lettersPerRow = width / 6;
 
 	talkDelay = (stringLength + 3) / 3;
 		if (_variableArray[86] == 0)






More information about the Scummvm-git-logs mailing list