[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.167,2.168
Jonathan Gray
khalek at users.sourceforge.net
Fri Aug 8 02:39:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv20350
Modified Files:
script_v2.cpp
Log Message:
remove debug printf
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.167
retrieving revision 2.168
diff -u -d -r2.167 -r2.168
--- script_v2.cpp 5 Aug 2003 17:58:38 -0000 2.167
+++ script_v2.cpp 8 Aug 2003 09:26:09 -0000 2.168
@@ -819,7 +819,6 @@
int y = fetchScriptByte() << 3;
slot = getVarOrDirectByte(0x80) + 1;
int prep = fetchScriptByte(); // Only used in V1?
- printf("Setting prep %d for slot %d\n", prep, slot);
// V1 Maniac verbs are relative to the 'verb area' - under the sentence
if ((_gameId == GID_MANIAC) && (_version == 1))
y+=8;
More information about the Scummvm-git-logs
mailing list