Cleanup.
svn-id: r27552
This commit is contained in:
parent
b51f2f3212
commit
61c91cafb9
5 changed files with 127 additions and 110 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue