SHERLOCK: Put back line break that I accidentally removed.

Thanks to LordHoto for noticing.
This commit is contained in:
Torbjörn Andersson 2016-04-08 23:03:53 +02:00
parent 0d1bfecebc
commit 701738e0c9

View File

@ -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;
}