[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.66,1.67
Travis Howell
kirben at users.sourceforge.net
Tue Jul 15 00:30:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv7644/simon
Modified Files:
vga.cpp
Log Message:
Remove warning in simon
Add INDY3EGA Amiga - experimental support for sound effects, patch #771355
Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- vga.cpp 14 Jul 2003 12:00:20 -0000 1.66
+++ vga.cpp 15 Jul 2003 07:29:23 -0000 1.67
@@ -1122,12 +1122,6 @@
uint16 pri = vc_read_next_word();
VgaSprite bak;
- if (vsp->id == 0) {
- if (_debugMode)
- warning("tried to set pri for unknown id %d", _vga_cur_sprite_id);
- return;
- }
-
memcpy(&bak, vsp, sizeof(bak));
bak.priority = pri;
bak.unk6 |= 0x8000;
More information about the Scummvm-git-logs
mailing list