aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-25 01:30:12 +0000
committerJohannes Schickel2009-06-25 01:30:12 +0000
commit6e299e4777b9b3653dea75ece726ccb0f1f2d617 (patch)
treea0ac9a3f82923c70127fb3c8813b890d07ff3160 /engines/kyra/screen.cpp
parent049c9b0c8685a15c0f9d8504b3cc814ea636b965 (diff)
downloadscummvm-rg350-6e299e4777b9b3653dea75ece726ccb0f1f2d617.tar.gz
scummvm-rg350-6e299e4777b9b3653dea75ece726ccb0f1f2d617.tar.bz2
scummvm-rg350-6e299e4777b9b3653dea75ece726ccb0f1f2d617.zip
Strip trailing whitespaces and tabs.
svn-id: r41848
Diffstat (limited to 'engines/kyra/screen.cpp')
-rw-r--r--engines/kyra/screen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp
index 4c4cc51aa7..41ac81406c 100644
--- a/engines/kyra/screen.cpp
+++ b/engines/kyra/screen.cpp
@@ -879,7 +879,7 @@ void Screen::drawShadedBox(int x1, int y1, int x2, int y2, int color1, int color
drawClippedLine(x1 + 1, y1 + 1, x1 + 1, y2 - 1, color2);
drawClippedLine(x1, y2 - 1, x2 - 1, y2 - 1, color2);
}
- drawClippedLine(x1, y2, x2, y2, color2);
+ drawClippedLine(x1, y2, x2, y2, color2);
showMouse();
}
@@ -1132,7 +1132,7 @@ void Screen::drawCharANSI(uint8 c, int x, int y) {
uint8 charH1 = *(fnt->fontData + fnt->charHeightTableOffset + c * 2);
uint8 charH2 = *(fnt->fontData + fnt->charHeightTableOffset + c * 2 + 1);
-
+
charH0 -= charH1 + charH2;
const uint8 *src = fnt->fontData + bitmapOffset;