aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2016-04-08 23:03:53 +0200
committerTorbjörn Andersson2016-04-08 23:03:53 +0200
commit701738e0c900453730b941a74ba80cb116dc1992 (patch)
treef43f1180572d4c4812e4afcc88d261708fa28cb5 /engines
parent0d1bfecebc9fd0d050abed493cdb8989bc23c1b8 (diff)
downloadscummvm-rg350-701738e0c900453730b941a74ba80cb116dc1992.tar.gz
scummvm-rg350-701738e0c900453730b941a74ba80cb116dc1992.tar.bz2
scummvm-rg350-701738e0c900453730b941a74ba80cb116dc1992.zip
SHERLOCK: Put back line break that I accidentally removed.
Thanks to LordHoto for noticing.
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/tattoo/tattoo_journal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_journal.cpp b/engines/sherlock/tattoo/tattoo_journal.cpp
index 0d5c26d7ce..8e1a61d36e 100644
--- a/engines/sherlock/tattoo/tattoo_journal.cpp
+++ b/engines/sherlock/tattoo/tattoo_journal.cpp
@@ -528,7 +528,8 @@ void TattooJournal::drawControls(int mode) {
screen._backBuffer1.SHtransBlitFrom(images[6], Common::Point(xp - 2, r.top + 1));
screen._backBuffer1.SHtransBlitFrom(images[7], Common::Point(xp - 2, yp - 1));
- screen._backBuffer1.vLine(xp - 1, r.top + 4, yp - 2, INFO_TOP); screen._backBuffer1.vLine(xp, r.top + 4, yp - 2, INFO_MIDDLE);
+ screen._backBuffer1.vLine(xp - 1, r.top + 4, yp - 2, INFO_TOP);
+ screen._backBuffer1.vLine(xp, r.top + 4, yp - 2, INFO_MIDDLE);
screen._backBuffer1.vLine(xp + 1, r.top + 4, yp - 2, INFO_BOTTOM);
xp += r.width() / 3;
}