aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2019-11-10 20:30:46 +0100
committerEugene Sandulenko2019-11-10 20:31:01 +0100
commit2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1 (patch)
tree0884e53428d6ab33a0cc947caa63b2255ba8efce /engines
parent92587be3384ba45dfb4de6937aa3ab0420be1be7 (diff)
downloadscummvm-rg350-2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1.tar.gz
scummvm-rg350-2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1.tar.bz2
scummvm-rg350-2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1.zip
FULLPIPE: More debug putput
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index 4cee1c167f..2b691fc005 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -2134,6 +2134,8 @@ DynamicPhase::DynamicPhase(DynamicPhase *src, bool reverse) {
_field_6A = src->_field_6A;
_dynFlags = src->_dynFlags;
+ debug(8, "DynamicPhase::DynamicPhase(): pal: %p, pal size: %d",
+ (void *)&src->getPaletteData(), src->getPaletteData().size());
setPaletteData(src->getPaletteData());
copyMemoryObject2(*src);