aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
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.h
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.h')
-rw-r--r--engines/fullpipe/statics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 6206fef4de..9c7cab5448 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -257,7 +257,7 @@ public:
MessageQueue *changeStatics1(int msgNum);
void changeStatics2(int objId);
- bool getPixelAtPos(int x, int y, int *pixel, bool hitOnly = false);
+ bool getPixelAtPos(int x, int y, uint32 *pixel, bool hitOnly = false);
bool isPixelHitAtPos(int x, int y);
};