remove debug printf

svn-id: r9598
This commit is contained in:
Jonathan Gray 2003-08-08 09:26:09 +00:00
parent c94a9cf8fe
commit 101821015c

View File

@ -819,7 +819,6 @@ void Scumm_v2::o2_verbOps() {
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;