mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
remove debug printf
svn-id: r9598
This commit is contained in:
parent
c94a9cf8fe
commit
101821015c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user