[Scummvm-cvs-logs] CVS: scummvm/sky text.cpp,1.50,1.51

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Thu Jul 31 11:23:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv31220

Modified Files:
	text.cpp 
Log Message:
More LINC terminal font adjustments: Patch the "j" character for all
versions, and make the "1" a bit wider so that menus line up nicely.


Index: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- text.cpp	31 Jul 2003 02:08:00 -0000	1.50
+++ text.cpp	31 Jul 2003 17:24:51 -0000	1.51
@@ -161,13 +161,19 @@
 		0x4800, 0x4800, 0x5000, 0x0000, 0x0000, 0x0000
 	};
 
+	const uint16 normal_1[] = {
+		0x0000, 0x0000, 0x0000, 0x1000, 0x7000, 0x1000,
+		0x1000, 0x1000, 0x7c00, 0x0000, 0x0000, 0x0000
+	};
+
 	patchChar(charSetPtr, 5, charHeight,  3, u_umlaut);
 	patchChar(charSetPtr, 5, charHeight,  8, german_sz);
 	patchChar(charSetPtr, 5, charHeight,  9, o_umlaut);
 	patchChar(charSetPtr, 5, charHeight, 93, U_umlaut);
+	patchChar(charSetPtr, 5, charHeight, 74, normal_j);
+	patchChar(charSetPtr, 6, charHeight, 17, normal_1);
 	if (SkyState::_systemVars.gameVersion <= 303) {
 		patchChar(charSetPtr, 5, charHeight, 10, a_umlaut);
-		patchChar(charSetPtr, 5, charHeight, 74, normal_j);
 	} else {
 		patchChar(charSetPtr, 5, charHeight, 94, A_umlaut);
 		patchChar(charSetPtr, 5, charHeight, 95, O_umlaut);





More information about the Scummvm-git-logs mailing list