[Scummvm-cvs-logs] CVS: scummvm/scumm script_v7he.cpp,2.23,2.24
Travis Howell
kirben at users.sourceforge.net
Fri Jun 25 05:18:22 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.338,1.339
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.16,1.17 input.cpp,1.2,1.3 reinherit.h,1.19,1.20 render.cpp,1.11,1.12 saga.cpp,1.20,1.21 saga.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3631/scumm
Modified Files:
script_v7he.cpp
Log Message:
Switch to debug
Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.23
retrieving revision 2.24
diff -u -d -r2.23 -r2.24
--- script_v7he.cpp 25 Jun 2004 03:42:51 -0000 2.23
+++ script_v7he.cpp 25 Jun 2004 12:17:33 -0000 2.24
@@ -689,7 +689,7 @@
// so don't attempt to play them.
if (_staticVar4 < 4000)
_sound->addSoundToQueue(_staticVar4);
- warning("o7_startSound stub (%d, %d, %d, %d)", _staticVar4, _staticVar3, _staticVar2, _staticVar5);
+ debug(1, "o7_startSound stub (%d, %d, %d, %d)", _staticVar4, _staticVar3, _staticVar2, _staticVar5);
_staticVar5 = 0;
break;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.338,1.339
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.16,1.17 input.cpp,1.2,1.3 reinherit.h,1.19,1.20 render.cpp,1.11,1.12 saga.cpp,1.20,1.21 saga.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list