aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-21 09:57:49 +0200
committerEugene Sandulenko2016-09-21 21:22:22 +0200
commit726b54d15c91c53193064117a82df33e7c32e78d (patch)
tree3d7ff99d652bfae99c4e9ff52fa237eddb119f89 /engines/fullpipe/statics.cpp
parent1810aaf3137c0da45fe515211583031e7c2e9b76 (diff)
downloadscummvm-rg350-726b54d15c91c53193064117a82df33e7c32e78d.tar.gz
scummvm-rg350-726b54d15c91c53193064117a82df33e7c32e78d.tar.bz2
scummvm-rg350-726b54d15c91c53193064117a82df33e7c32e78d.zip
FULLPIPE: Added more debug output to scene09. Clarified pixel data type.
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index d976e2ff59..79432d440a 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -462,7 +462,7 @@ bool StaticANIObject::isPixelHitAtPos(int x, int y) {
return getPixelAtPos(x, y, 0, true);
}
-bool StaticANIObject::getPixelAtPos(int x, int y, int *pixel, bool hitOnly) {
+bool StaticANIObject::getPixelAtPos(int x, int y, uint32 *pixel, bool hitOnly) {
bool res = false;
Picture *pic;