[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.316,1.317
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon charset.cpp,1.19,1.20 items.cpp,1.95,1.96 simon.cpp,1.318,1.319 simon.h,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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[] = {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.316,1.317
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon charset.cpp,1.19,1.20 items.cpp,1.95,1.96 simon.cpp,1.318,1.319 simon.h,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list