[Scummvm-cvs-logs] CVS: scummvm/simon charset.cpp,1.17,1.18

Travis Howell kirben at users.sourceforge.net
Tue Oct 21 03:18:18 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv18085/simon

Modified Files:
	charset.cpp 
Log Message:

Stop garbage been left behind with backspace key when entering save game name, in non-English versions.


Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/charset.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- charset.cpp	3 Oct 2003 19:42:27 -0000	1.17
+++ charset.cpp	21 Oct 2003 05:48:32 -0000	1.18
@@ -382,8 +382,8 @@
 	0, 8, 8, 8, 8, 8, 8, 0,
 	0, 112, 16, 12, 16, 16, 112, 0,
 	0, 0, 0, 0, 0, 0, 248, 0,
-	139, 2, 178, 252, 8, 0, 176, 240,
-	8, 0, 176, 0, 15, 0, 176, 255,
+	252, 252, 252, 252, 252, 252, 252, 252,
+	240, 240, 240, 240, 240, 240, 240, 240,
 };
 
 static const byte german_video_font[] = {
@@ -483,8 +483,8 @@
 	0, 8, 8, 8, 8, 8, 8, 0,
 	0, 112, 16, 12, 16, 16, 112, 0,
 	0, 0, 0, 0, 0, 0, 248, 0,
-	139, 2, 178, 252, 8, 0, 176, 240,
-	8, 0, 176, 0, 16, 0, 176, 255,
+	252, 252, 252, 252, 252, 252, 252, 252,
+	240, 240, 240, 240, 240, 240, 240, 240,
 };
 
 static const byte hebrew_video_font[] = {
@@ -584,8 +584,8 @@
 	0, 8, 8, 8, 8, 8, 8, 0,
 	0, 112, 16, 12, 16, 16, 112, 0,
 	0, 0, 0, 0, 0, 0, 248, 0,
-	139, 2, 178, 252, 8, 0, 176, 240,
-	8, 0, 176, 32, 33, 34, 35, 36,
+	252, 252, 252, 252, 252, 252, 252, 252,
+	240, 240, 240, 240, 240, 240, 240, 240,
 };
 
 static const byte italian_video_font[] = {
@@ -685,8 +685,8 @@
 	0, 8, 8, 8, 8, 8, 8, 0,
 	0, 112, 16, 12, 16, 16, 112, 0,
 	0, 0, 0, 0, 0, 0, 248, 0,
-	139, 2, 178, 252, 8, 0, 176, 240,
-	8, 0, 176, 0, 16, 0, 176, 255,
+	252, 252, 252, 252, 252, 252, 252, 252,
+	240, 240, 240, 240, 240, 240, 240, 240,
 };
 
 static const byte spanish_video_font[] = {
@@ -786,8 +786,8 @@
 	0, 8, 8, 8, 8, 8, 8, 0,
 	0, 112, 16, 12, 16, 16, 112, 0,
 	0, 0, 0, 0, 0, 0, 248, 0,
-	139, 2, 178, 252, 8, 0, 176, 240,
-	8, 0, 176, 0, 16, 0, 176, 255,
+	252, 252, 252, 252, 252, 252, 252, 252,
+	240, 240, 240, 240, 240, 240, 240, 240,
 };
 
 static const byte video_font[] = {





More information about the Scummvm-git-logs mailing list