[Scummvm-cvs-logs] CVS: scummvm-new/simon simon.cpp,1.1.1.1,1.2
Max Horn
fingolfin at users.sourceforge.net
Fri Aug 23 15:18:03 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm saveload.cpp,1.60,1.61 script.cpp,1.68,1.69 script_v2.cpp,1.86,1.87 scumm.h,1.209,1.210
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.52,1.53
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm-new/simon
In directory usw-pr-cvs1:/tmp/cvs-serv1469/simon
Modified Files:
simon.cpp
Log Message:
patch #598375: SIMON: ugly hack to get beard working
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/simon/simon.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- simon.cpp 21 Aug 2002 16:07:39 -0000 1.1.1.1
+++ simon.cpp 23 Aug 2002 22:17:24 -0000 1.2
@@ -4039,6 +4039,10 @@
char buf[50];
uint32 size;
+ // FIXME - weird hack to make the beard show up when wearing it (see bug #590800)
+ if (vga_id == 328)
+ sprintf(buf, "0119.VGA");
+ else
sprintf(buf, "%.3d%d.VGA", vga_id >> 1, (vga_id & 1) + 1);
in = fopen_maybe_lowercase(buf);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm saveload.cpp,1.60,1.61 script.cpp,1.68,1.69 script_v2.cpp,1.86,1.87 scumm.h,1.209,1.210
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.52,1.53
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list