aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-06-20 01:01:29 +0000
committerTravis Howell2007-06-20 01:01:29 +0000
commit61c91cafb9376b10d643269d55e409da6a87f667 (patch)
treec0fc06039884867cc12e58cc490529c5e064e242 /engines/agos/string.cpp
parentb51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f (diff)
downloadscummvm-rg350-61c91cafb9376b10d643269d55e409da6a87f667.tar.gz
scummvm-rg350-61c91cafb9376b10d643269d55e409da6a87f667.tar.bz2
scummvm-rg350-61c91cafb9376b10d643269d55e409da6a87f667.zip
Cleanup.
svn-id: r27552
Diffstat (limited to 'engines/agos/string.cpp')
-rw-r--r--engines/agos/string.cpp2
1 files changed, 1 insertions, 1 deletions
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;