aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-07 10:36:51 +0200
committerEugene Sandulenko2016-09-07 10:36:51 +0200
commit5dddde199fef11650f635c666dd797df011fcdb3 (patch)
tree89a77d6b2fdda0049c27a3aeeb6651d0921b417e /engines/fullpipe/statics.h
parentb4153bef61519bbb16e99eda89d2faae8bf10c73 (diff)
downloadscummvm-rg350-5dddde199fef11650f635c666dd797df011fcdb3.tar.gz
scummvm-rg350-5dddde199fef11650f635c666dd797df011fcdb3.tar.bz2
scummvm-rg350-5dddde199fef11650f635c666dd797df011fcdb3.zip
FULLPIPE: Further work on the hangers in scene09
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 c7baac7502..5082d501b3 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 getPixelAtPos(int x, int y, int *pixel, bool hitOnly = false);
};
struct MovTable {