[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.33,1.34
James Brown
ender at users.sourceforge.net
Fri Oct 18 04:53:04 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.18,1.19 script_v2.cpp,1.32,1.33 sound.cpp,1.35,1.36 sound.h,1.12,1.13
- Next message: [Scummvm-cvs-logs] CVS: web compatibility.php,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv25730/scumm
Modified Files:
script_v2.cpp
Log Message:
remove debug messages - oops.
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- script_v2.cpp 18 Oct 2002 11:45:57 -0000 1.33
+++ script_v2.cpp 18 Oct 2002 11:52:51 -0000 1.34
@@ -2550,7 +2550,6 @@
pointer[j] = 0;
_sound->_talkChannel = _sound->playBundleSound(pointer);
_messagePtr = (byte*)&transText;
- printf("Said %s, talkchannel is %d\n", transText, _sound->_talkChannel);
setStringVars(0);
actorTalk();
} else {
@@ -2577,7 +2576,6 @@
}
pointer[j] = 0;
_sound->_talkChannel = _sound->playBundleSound(pointer);
- printf("Said %s, talkchannel is %d\n", transText, _sound->_talkChannel);
_messagePtr = (byte*)&transText;
setStringVars(0);
actorTalk();
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.18,1.19 script_v2.cpp,1.32,1.33 sound.cpp,1.35,1.36 sound.h,1.12,1.13
- Next message: [Scummvm-cvs-logs] CVS: web compatibility.php,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list