[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.134,1.135
Travis Howell
kirben at users.sourceforge.net
Sun Jan 5 02:41:06 CET 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv6285/simon
Modified Files:
simon.cpp
Log Message:
Remove fixme
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- simon.cpp 5 Jan 2003 00:58:30 -0000 1.134
+++ simon.cpp 5 Jan 2003 10:40:44 -0000 1.135
@@ -4248,11 +4248,10 @@
File in;
char buf[50];
uint32 size;
- // FIXME - weird hack to make the beard show up when wearing it (see bug #590800)
+ if (vga_id == 23)
+ sprintf(buf, "0112.VGA");
if (vga_id == 328)
sprintf(buf, "0119.VGA");
- else
- sprintf(buf, "%.3d%d.VGA", vga_id >> 1, (vga_id & 1) + 1);
in.open(buf, _gameDataPath);
if (in.isOpen() == false)
More information about the Scummvm-git-logs
mailing list