mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Disable some debug output
svn-id: r10854
This commit is contained in:
parent
37085bfe88
commit
d228678a5a
@ -709,9 +709,7 @@ void Cutaway::run(char *nextFilename) {
|
||||
for (int i = 0; i < _cutawayObjectCount; i++) {
|
||||
CutawayObject object;
|
||||
ptr = getCutawayObject(ptr, object);
|
||||
#if 1
|
||||
dumpCutawayObject(i, object);
|
||||
#endif
|
||||
// dumpCutawayObject(i, object);
|
||||
|
||||
if (!object.moveToX &&
|
||||
!object.moveToY &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user