diff options
author | Johannes Schickel | 2011-06-18 19:56:07 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-06-18 19:56:07 +0200 |
commit | 0246bdf74ea815623e9997b84b88d26b6ef075cf (patch) | |
tree | 7bbc8e948b87dfc08e58fd08fd888ddeaaeaf133 | |
parent | 81e0dd1444ea2550800d344a03cccbc8135054c1 (diff) | |
download | scummvm-rg350-0246bdf74ea815623e9997b84b88d26b6ef075cf.tar.gz scummvm-rg350-0246bdf74ea815623e9997b84b88d26b6ef075cf.tar.bz2 scummvm-rg350-0246bdf74ea815623e9997b84b88d26b6ef075cf.zip |
AGOS: Get rid of unused variable.
-rw-r--r-- | engines/agos/string.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp index fa85d5767c..60e465fddf 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) |