From 6cad53e5460066cff49fda1c7abd8a431607d478 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 10 Nov 2019 19:49:02 +0100 Subject: FULLPIPE: Added more debug output --- engines/fullpipe/gfx.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp index 8407009679..d06baaaa1c 100644 --- a/engines/fullpipe/gfx.cpp +++ b/engines/fullpipe/gfx.cpp @@ -444,6 +444,8 @@ bool Picture::load(MfcArchive &file) { _width = file.readUint32LE(); _height = file.readUint32LE(); + debug(7, "Picture::load: x: %d y: %d, w: %d, h: %d", _x, _y, _width, _height); + _mflags |= 1; _memoryObject2.reset(new MemoryObject2); -- cgit v1.2.3