[Scummvm-git-logs] scummvm master -> 2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1
sev-
sev at scummvm.org
Sun Nov 10 20:31:07 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2f34b872f6 FULLPIPE: More debug putput
Commit: 2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1
https://github.com/scummvm/scummvm/commit/2f34b872f64fc0c0c5a3d73d3868246aa53bc4a1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-11-10T20:31:01+01:00
Commit Message:
FULLPIPE: More debug putput
Changed paths:
engines/fullpipe/statics.cpp
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index 4cee1c1..2b691fc 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);
More information about the Scummvm-git-logs
mailing list