Disable some debug output

svn-id: r10854
This commit is contained in:
David Eriksson 2003-10-17 11:47:21 +00:00
parent 37085bfe88
commit d228678a5a

View File

@ -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 &&