[Scummvm-cvs-logs] scummvm master -> 701738e0c900453730b941a74ba80cb116dc1992

eriktorbjorn eriktorbjorn at telia.com
Fri Apr 8 23:04:48 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
701738e0c9 SHERLOCK: Put back line break that I accidentally removed.


Commit: 701738e0c900453730b941a74ba80cb116dc1992
    https://github.com/scummvm/scummvm/commit/701738e0c900453730b941a74ba80cb116dc1992
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2016-04-08T23:03:53+02:00

Commit Message:
SHERLOCK: Put back line break that I accidentally removed.

Thanks to LordHoto for noticing.

Changed paths:
    engines/sherlock/tattoo/tattoo_journal.cpp



diff --git a/engines/sherlock/tattoo/tattoo_journal.cpp b/engines/sherlock/tattoo/tattoo_journal.cpp
index 0d5c26d..8e1a61d 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;
 		}






More information about the Scummvm-git-logs mailing list