aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-27 18:47:10 +0100
committerEugene Sandulenko2017-01-27 18:47:10 +0100
commitc29bb1b6722b4f254ecc489c0cffd20b1418902e (patch)
treeb68ea492faeef8920109d8410964f45dbaa3fd25
parent7808005841a2dfeeef61692ea391486d533d9f21 (diff)
downloadscummvm-rg350-c29bb1b6722b4f254ecc489c0cffd20b1418902e.tar.gz
scummvm-rg350-c29bb1b6722b4f254ecc489c0cffd20b1418902e.tar.bz2
scummvm-rg350-c29bb1b6722b4f254ecc489c0cffd20b1418902e.zip
JANITORIAL: Whitespace fixes
-rw-r--r--engines/director/frame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp
index 1dce3113da..68c7cdd03d 100644
--- a/engines/director/frame.cpp
+++ b/engines/director/frame.cpp
@@ -911,7 +911,7 @@ void Frame::renderText(Graphics::ManagedSurface &surface, uint16 spriteId, Commo
textY += padding / 2;
}
- if (textCast->textAlign == kTextAlignRight)
+ if (textCast->textAlign == kTextAlignRight)
textX -= 1;
if (textShadow > 0)
@@ -950,7 +950,7 @@ void Frame::renderText(Graphics::ManagedSurface &surface, uint16 spriteId, Commo
textWithFeatures.transBlitFrom(textSurface->rawSurface(), Common::Point(textX + textShadow, textY + textShadow), 0xff);
textWithFeatures.transBlitFrom(textSurface->rawSurface(), Common::Point(textX, textY), 0xff);
-
+
inkBasedBlit(surface, textWithFeatures, spriteId, Common::Rect(x, y, x + width, y + height));
}