[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.52,1.53

Max Horn fingolfin at users.sourceforge.net
Fri Aug 23 15:18:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv1470/simon

Modified Files:
	simon.cpp 
Log Message:
patch #598375: SIMON: ugly hack to get beard working

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- simon.cpp	20 Aug 2002 09:58:35 -0000	1.52
+++ simon.cpp	23 Aug 2002 22:17:24 -0000	1.53
@@ -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);





More information about the Scummvm-git-logs mailing list