diff options
-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) |