From 61c91cafb9376b10d643269d55e409da6a87f667 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 20 Jun 2007 01:01:29 +0000 Subject: Cleanup. svn-id: r27552 --- engines/agos/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/string.cpp') diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp index d9249d3305..9a84876a6e 100644 --- a/engines/agos/string.cpp +++ b/engines/agos/string.cpp @@ -304,7 +304,7 @@ void AGOSEngine::printScreenText(uint vgaSpriteId, uint color, const char *strin lettersPerRowJustified = stringLength / (stringLength / lettersPerRow + 1) + 1; talkDelay = (stringLength + 3) / 3; - if ((getGameType() == GType_SIMON1) && (getFeatures() & GF_TALKIE)) { + if (getGameType() == GType_SIMON1 && (getFeatures() & GF_TALKIE)) { if (_variableArray[141] == 0) _variableArray[141] = 9; _variableArray[85] = _variableArray[141] * talkDelay; -- cgit v1.2.3